The device could not be reconnected! #7296
Labels
Area: BT&Wifi
BT & Wifi related issues
Status: Awaiting triage
Issue is waiting for triage
Status: Community help needed
Issue need help from any member from the Community.
Related area
ESP32-WROOM-32D
Hardware specification
ESP32-WROOM-32D
Is your feature request related to a problem?
I don't know what's going on. When customers use the device, it often happens that the device can't connect to the WiFi, and then it is connected to the WiFi immediately after power off and restart. There are reconnections, and it can't be reproduced on my side.
Describe the solution you'd like
if(WiFi.status() == WL_CONNECTED){
WiFi.disconnect();
DebugPrintln(_myDeviceDetails.wifissid);
DebugPrintF("_myDeviceDetails.wifissid:%s ; _myDeviceDetails.wifipassword:%s", _myDeviceDetails.wifissid, _myDeviceDetails.wifipassword);
WiFi.begin(_myDeviceDetails.wifissid, _myDeviceDetails.wifipassword);
delay(1000);
vTaskDelay(5000);
}
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: