We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56b793f + 3e7e05a commit 9019901Copy full SHA for 9019901
Firmware/RTK_Everywhere/settings.h
@@ -1789,7 +1789,7 @@ const RTK_Settings_Entry rtkSettingsEntries[] =
1789
{ 1, 1, 1, 1, 1, 1, 1, 1, 1, ALL, 1, tWiFiNet, MAX_WIFI_NETWORKS, & settings.wifiNetworks, "wifiNetwork_", nullptr, },
1790
{ 0, 0, 0, 1, 1, 1, 1, 1, 1, ALL, 1, _uint32_t, 0, & settings.wifiConnectTimeoutMs, "wifiConnectTimeoutMs", nullptr, },
1791
1792
- { 0, 1, 0, 1, 1, 1, 1, 1, 1, ALL, 1, _bool, 0, & settings.outputTipAltitude, "outputTipAltitude", nullptr, },
+ { 1, 1, 0, 1, 1, 1, 1, 1, 1, ALL, 1, _bool, 0, & settings.outputTipAltitude, "outputTipAltitude", nullptr, },
1793
1794
// Localized distribution
1795
{ 1, 0, 0, 1, 1, 0, 1, 1, 1, ALL, 1, _bool, 0, & settings.useLocalizedDistribution, "useLocalizedDistribution", nullptr, },
0 commit comments