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.
1 parent 0072bc0 commit a45c50cCopy full SHA for a45c50c
Firmware/RTK_Surveyor/menuPP.ino
@@ -69,6 +69,7 @@ void menuPointPerfect()
69
else if (incoming == '5')
70
{
71
#ifdef COMPILE_WIFI
72
+ stopBluetooth();
73
startWiFi(settings.home_wifiSSID, settings.home_wifiPW);
74
75
unsigned long startTime = millis();
@@ -102,6 +103,7 @@ void menuPointPerfect()
102
103
}
104
105
stopWiFi();
106
+ startBluetooth();
107
#endif
108
109
else if (incoming == '6')
0 commit comments