Skip to content

Commit 607ec4d

Browse files
committed
Update pushRawData comment
1 parent a2e917b commit 607ec4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/NtripClient.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ void ntripClientUpdate()
521521
//Restart the NTRIP receive data timer
522522
ntripClientTimer = millis();
523523

524-
//Push RTCM to GNSS module over I2C
524+
//Push RTCM to GNSS module over I2C / SPI
525525
theGNSS.pushRawData(rtcmData, rtcmCount);
526526
wifiIncomingRTCM = true;
527527

0 commit comments

Comments
 (0)