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 d5bc3e3 commit d655d79Copy full SHA for d655d79
Firmware/RTK_Everywhere/Developer.ino
@@ -261,6 +261,8 @@ uint8_t aStatus = SFE_UBLOX_ANTENNA_STATUS_DONTKNOW;
261
262
// void checkRXMCOR() {}
263
// void pushRXMPMP() {}
264
-void convertGnssTimeToEpoch(uint32_t *epochSecs, uint32_t *epochMicros) {}
+void convertGnssTimeToEpoch(uint32_t *epochSecs, uint32_t *epochMicros) {
265
+ systemPrintln("**Epoch not compiled** ZED not included so time will be invalid");
266
+}
267
268
#endif // COMPILE_ZED
0 commit comments