@@ -850,7 +850,8 @@ struct Settings
850
850
1 ; // Core where hardware is started and interrupts are assigned to, 0=core, 1=Arduino
851
851
uint8_t btReadTaskCore = 1 ; // Core where task should run, 0=core, 1=Arduino
852
852
uint8_t btReadTaskPriority = 1 ; // Read from BT SPP and Write to GNSS. 3 being the highest, and 0 being the lowest
853
- bool enableHeapReport = false ; // Turn on to display free heap
853
+ bool debugMalloc = false ;
854
+ bool enableHeapReport = false ; // Turn on to display free heap
854
855
bool enablePrintIdleTime = false ;
855
856
bool enablePsram = true ; // Control the use on onboard PSRAM. Used for testing behavior when PSRAM is not available.
856
857
bool enableTaskReports = false ; // Turn on to display task high water marks
@@ -1091,8 +1092,6 @@ struct Settings
1091
1092
bool enableNtripCaster = false ; // When true, respond as a faux NTRIP Caster to incoming TCP connections
1092
1093
bool baseCasterOverride = false ; // When true, user has put device into 'BaseCast' mode. Change settings, but don't save to NVM.
1093
1094
1094
- bool debugMalloc = false ;
1095
-
1096
1095
// Add new settings to appropriate group above or create new group
1097
1096
// Then also add to the same group in rtkSettingsEntries below
1098
1097
} settings;
@@ -1732,7 +1731,7 @@ const RTK_Settings_Entry rtkSettingsEntries[] =
1732
1731
{ 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , ALL, tWiFiNet, MAX_WIFI_NETWORKS, & settings.wifiNetworks , " wifiNetwork_" , },
1733
1732
{ 0 , 1 , 0 , 1 , 1 , 1 , 1 , 1 , 1 , ALL, _uint32_t , 0 , & settings.wifiConnectTimeoutMs , " wifiConnectTimeoutMs" , },
1734
1733
1735
- { 0 , 1 , 0 , 1 , 1 , 1 , 1 , 1 , 1 , ALL, _uint32_t , 0 , & settings.outputTipAltitude , " outputTipAltitude" , },
1734
+ { 0 , 1 , 0 , 1 , 1 , 1 , 1 , 1 , 1 , ALL, _bool, 0 , & settings.outputTipAltitude , " outputTipAltitude" , },
1736
1735
1737
1736
// Localized distribution
1738
1737
{ 1 , 1 , 0 , 1 , 1 , 0 , 1 , 1 , 1 , ALL, _bool, 0 , & settings.useLocalizedDistribution , " useLocalizedDistribution" , },
0 commit comments