letscontrolit / ESPEasy

Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com
Other
3.22k stars 2.2k forks source link

[BUG]No AP showing up when the sensor can't connect to known SSID #5037

Open hrikken opened 2 months ago

hrikken commented 2 months ago

Describe the bug I connected the ESP32S3 16/8 PSRAM to a local Wifi SSID. No problems. I moved it to another building where that SSID doen't exist. Then the AP mode is not enabled and I can't change the Wifi settings

To Reproduce Steps to reproduce the behavior:

  1. Flash the ESP32-S3
  2. Connect to the AP
  3. Configure the local Wifi
  4. Move to another building with a different SSID
  5. Wait for the AP mode
  6. Noting happens.....

Expected behavior I expect the usual AP SSID of the ESP to appear in the network list in order to configure the new Wifi.

Screenshots Not applicable

Used platform (please complete the following information):

Platform Specifics (when applicable, please complete the following information):

Additional context I flashed with the webflasher on td-er.nl/ESPEasy

tonhuisman commented 2 months ago

Duplicate for #4655

danielPaggio commented 2 months ago

Is there any hint how to fix? I try more than 6 months old build on 8266 or esp32s2 and esp32 boards and same issue .there was a hint compile without custom.h but I cant find this file in project..

TD-er commented 2 months ago

Nope, I need to fix this in the ESPEasy networking logic. I did push this task forward to wait for the major networking refactoring in the Arduino code which has been merged less than a month ago. The last 8 or 9 months I have been working hard on implementing ESP-IDF 5.x changes.

danielPaggio commented 2 months ago

Thanx for explanation root of the problem.