Skip to content

Commit f32b8e2

Browse files
authored
Merge pull request #600 from sparkfun/addChargingtime
Update menuFirmware.ino
2 parents fb1eeca + 5b687fa commit f32b8e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Firmware/RTK_Surveyor/menuFirmware.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ void menuFirmware()
5050
}
5151
else
5252
{
53-
5453
bool previouslyConnected = wifiIsConnected();
5554

5655
bluetoothStop(); // Stop Bluetooth to allow for SSL on the heap
@@ -119,7 +118,7 @@ void menuFirmware()
119118

120119
bluetoothStart(); // Restart BT according to settings
121120
}
122-
}
121+
} //End wifiNetworkCount() check
123122
}
124123
else if (incoming == 'c' && btPrintEcho == true)
125124
{

0 commit comments

Comments
 (0)