File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -826,7 +826,7 @@ unsigned long loraLastIncomingSerial; //Last time a user sent a serial command.
826
826
827
827
// Display boot times
828
828
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
829
- #define MAX_BOOT_TIME_ENTRIES 40
829
+ #define MAX_BOOT_TIME_ENTRIES 41
830
830
uint8_t bootTimeIndex;
831
831
uint32_t bootTime[MAX_BOOT_TIME_ENTRIES];
832
832
const char *bootTimeString[MAX_BOOT_TIME_ENTRIES];
@@ -1041,6 +1041,10 @@ void setup()
1041
1041
if (checkUpdateLoraFirmware () == true ) // Check if updateLoraFirmware.txt exists
1042
1042
beginLoraFirmwareUpdate ();
1043
1043
1044
+ DMW_b (" checkUpdateUm980Firmware" );
1045
+ if (checkUpdateUm980Firmware () == true ) // Check if updateLoraFirmware.txt exists
1046
+ beginUm980FirmwareUpdate ();
1047
+
1044
1048
DMW_b (" checkConfigureViaEthernet" );
1045
1049
configureViaEthernet =
1046
1050
checkConfigureViaEthernet (); // Check if going into dedicated configureViaEthernet (STATE_CONFIG_VIA_ETH) mode
You can’t perform that action at this time.
0 commit comments