We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3952f4a commit 7617ab8Copy full SHA for 7617ab8
Firmware/RTK_Surveyor/Tasks.ino
@@ -722,7 +722,7 @@ void handleGnssDataTask(void *e)
722
if ((btRingBufferTail + bytesToSend) > settings.gnssHandlerBufferSize)
723
bytesToSend = settings.gnssHandlerBufferSize - btRingBufferTail;
724
725
- // If we are in the config menu, supress data flowing from ZED to cell phone
+ // If we are in the config menu, suppress data flowing from ZED to cell phone
726
if (btPrintEcho == false)
727
// Push new data to BT SPP
728
bytesToSend = bluetoothWrite(&ringBuffer[btRingBufferTail], bytesToSend);
0 commit comments