Using WiFi manager library
Posted: Mon May 09, 2022 9:33 am
Hi friends! I want to connect some esp8266s at the same time to my router. If I use the Wifi Manager library, I will have to save the credentials in every device, one by one. I would like that one of the devices act as master, then the rest will connect to the master, then I will save the credentials in the master using the library, and after that, the master will share the credentials to the other devices. My question is: How can I access to the credentials that the Wifi Manager library saves in the PROGMEM device?? Thanks a lot