Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The device could not be reconnected! #7296

Closed
1 task done
hzhh110 opened this issue Sep 24, 2022 · 1 comment · Fixed by #7344
Closed
1 task done

The device could not be reconnected! #7296

hzhh110 opened this issue Sep 24, 2022 · 1 comment · Fixed by #7344
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.

Comments

@hzhh110
Copy link

hzhh110 commented Sep 24, 2022

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

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@hzhh110 hzhh110 added the Type: Feature request Feature request for Arduino ESP32 label Sep 24, 2022
@VojtechBartoska VojtechBartoska added 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. and removed Type: Feature request Feature request for Arduino ESP32 labels Oct 10, 2022
@mrengineer7777
Copy link
Collaborator

May be resolved by #7344

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants