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.
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.