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 8d1e600 commit ac70ffcCopy full SHA for ac70ffc
Firmware/RTK_Surveyor/Developer.ino
@@ -62,7 +62,7 @@ void ntripClientValidateTables() {}
62
bool ntripServerIsCasting(int serverIndex) {return false;}
63
void ntripServerPrintStatus(int serverIndex) {systemPrintf("**NTRIP Server %d not compiled**\r\n", serverIndex);}
64
void ntripServerProcessRTCM(int serverIndex, uint8_t incoming) {}
65
-void ntripServerStop(int serverIndex, bool clientAllocated) {online.ntripServer = false;}
+void ntripServerStop(int serverIndex, bool clientAllocated) {online.ntripServer[serverIndex] = false;}
66
void ntripServerUpdate() {}
67
void ntripServerValidateTables() {}
68
0 commit comments