Chat freely about anything...

User avatar
By lcharpen17
#76341 Hello,

I am currently using the WifiManager which saves my router IDs in the EEPROM memory. When I try to add variables in the EEPROM during my program, Wifi connections no longer want to settle...
Are there memory boxes that should not be modified and that could disrupt the WifiManger?

Here are the results of the serial monitor in SSL + CORE + WIFI debugging:

MYIP is the IP address of my server, which is correctly configured, and to which the Wifi is established when I do not modify the EEPROM

Code: Select allConnecting to : MYIP [hostByName] Host: MYIP is a IP!

Connection failed
wifi evt: 2
wifi evt: 0
wifi evt: 3
wifi evt: 1
STA disconnect: 8


Thank you in advance for your answers !