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 668fbcc commit fe60d94Copy full SHA for fe60d94
Firmware/RTK_Surveyor/WiFi.ino
@@ -254,7 +254,7 @@ void wifiStop()
254
{
255
wifiSetState(WIFI_OFF);
256
WiFi.mode(WIFI_OFF);
257
- Serial.println("WiFi Stopped");
+ log_d("WiFi Stopped");
258
}
259
//If ESP-Now is active, change protocol to only Long Range
260
else if (espnowState > ESPNOW_OFF)
@@ -266,13 +266,13 @@ void wifiStop()
266
267
WiFi.mode(WIFI_STA);
268
269
- Serial.println("WiFi disabled, ESP-Now left in place");
+ log_d("WiFi disabled, ESP-Now left in place");
270
271
#else
272
//Turn off radio
273
274
275
276
#endif
277
278
//Display the heap state
0 commit comments