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 1b542ac commit e5fffc4Copy full SHA for e5fffc4
Firmware/RTK_Surveyor/ZED.ino
@@ -97,7 +97,7 @@ bool zedDisableLBandCommunication()
97
}
98
else
99
{
100
- systemPrintln("zedEnableLBandCorrections: Unknown platform");
+ systemPrintln("zedDisableLBandCorrections: Unknown platform");
101
return (false);
102
103
@@ -106,4 +106,4 @@ bool zedDisableLBandCommunication()
106
#endif
107
108
return (response);
109
-}
+}
0 commit comments