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 f9e717b commit c393561Copy full SHA for c393561
Firmware/RTK_Everywhere/RTK_Everywhere.ino
@@ -526,8 +526,7 @@ SEMP_PARSE_STATE *rtcmParse = nullptr; // Parse incoming corrections for RTCM100
526
527
// Share GNSS variables
528
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
529
-// Note: GnssPlatform gnssPlatform has been replaced by present.gnss_zedf9p etc.
530
-char gnssFirmwareVersion[21]; // mosaic-X5 could be 20 digits
+char gnssFirmwareVersion[32]; // mosaic-X5 could be 20 digits. LG290P could be 31 characters.
531
int gnssFirmwareVersionInt;
532
char gnssUniqueId[21]; // um980 ID is 16 digits. mosaic-X5 could be 20 digits
533
0 commit comments