commenting out the strcpy to manually set the wifi info.

This commit is contained in:
Jm Casler
2020-09-15 20:24:03 -07:00
parent 066d9d48a4
commit 3fcd4a61aa
2 changed files with 3 additions and 3 deletions

View File

@@ -528,7 +528,7 @@ void setBluetoothEnable(bool on)
} else {
// We have to totally teardown our bluetooth objects to prevent leaks
deinitBLE();
WiFi.mode(WIFI_MODE_NULL); // shutdown wifi
deinitWifi(); // shutdown wifi
Serial.printf("Shutdown BT: %u heap size\n", ESP.getFreeHeap());
// ESP_ERROR_CHECK( heap_trace_stop() );