Skip to content

Commit c393561

Browse files
committed
Increase gnssFirmwareVersion array to allow for larger '_PPP_TEMP' firmware names
1 parent f9e717b commit c393561

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,7 @@ SEMP_PARSE_STATE *rtcmParse = nullptr; // Parse incoming corrections for RTCM100
526526

527527
// Share GNSS variables
528528
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
529-
// Note: GnssPlatform gnssPlatform has been replaced by present.gnss_zedf9p etc.
530-
char gnssFirmwareVersion[21]; // mosaic-X5 could be 20 digits
529+
char gnssFirmwareVersion[32]; // mosaic-X5 could be 20 digits. LG290P could be 31 characters.
531530
int gnssFirmwareVersionInt;
532531
char gnssUniqueId[21]; // um980 ID is 16 digits. mosaic-X5 could be 20 digits
533532
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

0 commit comments

Comments
 (0)