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 fb1eeca + 5b687fa commit f32b8e2Copy full SHA for f32b8e2
Firmware/RTK_Surveyor/menuFirmware.ino
@@ -50,7 +50,6 @@ void menuFirmware()
50
}
51
else
52
{
53
-
54
bool previouslyConnected = wifiIsConnected();
55
56
bluetoothStop(); // Stop Bluetooth to allow for SSL on the heap
@@ -119,7 +118,7 @@ void menuFirmware()
119
118
120
bluetoothStart(); // Restart BT according to settings
121
122
- }
+ } //End wifiNetworkCount() check
123
124
else if (incoming == 'c' && btPrintEcho == true)
125
0 commit comments