Skip to content

Commit 5ac7d47

Browse files
committed
Increase MAX_BOOT_TIME_ENTRIES
1 parent f858e75 commit 5ac7d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ unsigned long loraLastIncomingSerial; // Last time a user sent a serial command.
938938

939939
// Display boot times
940940
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
941-
#define MAX_BOOT_TIME_ENTRIES 43
941+
#define MAX_BOOT_TIME_ENTRIES 47
942942
uint8_t bootTimeIndex;
943943
uint32_t bootTime[MAX_BOOT_TIME_ENTRIES];
944944
const char *bootTimeString[MAX_BOOT_TIME_ENTRIES];

0 commit comments

Comments
 (0)