tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.63k stars 1.98k forks source link

Solving problem of access violation. #1763

Open tarcisiojr opened 2 months ago

tarcisiojr commented 2 months ago

In certain scenarios, the ESP8266 was unexpectedly triggering an access violation error. After conducting a thorough debugging process, I identified and resolved the issue with this code update. The solution is based on guidance from the official ESP8266 documentation, specifically regarding the use of PROGMEM for handling program memory. You can find more details in the documentation here: ESP8266 PROGMEM Documentation.

tablatronix commented 2 months ago

Thanks, I forgot all about this bug. #1660