@@ -33,7 +33,6 @@ typedef enum
3333 STATE_KEYS_LBAND_ENCRYPTED ,
3434 STATE_KEYS_PROVISION_WIFI_STARTED ,
3535 STATE_KEYS_PROVISION_WIFI_CONNECTED ,
36- STATE_KEYS_PROVISION_WIFI_TIMEOUT ,
3736 STATE_ESPNOW_PAIRING_NOT_STARTED ,
3837 STATE_ESPNOW_PAIRING ,
3938 STATE_NTPSERVER_NOT_STARTED ,
@@ -980,7 +979,7 @@ typedef struct
980979 uint32_t shutdownNoChargeTimeout_s = 0 ; // If > 0, shut down unit after timeout if not charging
981980 bool disableSetupButton = false; // By default, allow setup through the overlay button(s)
982981 bool useI2cForLbandCorrections = true; //Set to false to stop I2C callback. Corrections will require direct ZED to NEO UART2 connections.
983- bool useI2cForLbandCorrectionsConfigured = false; //If a user sets useI2cForLbandCorrections, this goes true.
982+ bool useI2cForLbandCorrectionsConfigured = false; //If a user sets useI2cForLbandCorrections, this goes true.
984983
985984 // Ethernet
986985 bool enablePrintEthernetDiag = false;
@@ -1062,7 +1061,7 @@ typedef struct
10621061 uint16_t pvtServerPort = 2948 ; // PVT server port, 2948 is GPS Daemon: http://tcp-udp-ports.com/port-2948.htm
10631062
10641063 uint8_t rtcmTimeoutBeforeUsingLBand_s = 10 ; //If 10s have passed without RTCM, enable PMP corrections over L-Band if available
1065-
1064+
10661065 //Add new settings above
10671066 //<------------------------------------------------------------>
10681067
0 commit comments