ESP32-S3 autoreconnect
Author: agbommaritoCreated Apr 14, 2026Updated Apr 14, 2026
autoreconnect on an ESP32-S3 doesn't seem to work. If I uncomment this line in the WiFiManager.h file:
#define esp32autoreconnect // implement esp32 autoreconnect event listener kludge, @DEPRECATED
then autoreconnect does work.
My test is to have the ESP32-S3 connected to wifi, then restart the wifi access point that it is connected to. The same code running on an ESP8266 does work with the line commented out.
Source: tzapu/WiFiManager