Good morning guys.
I am using the wifimanager library, and now I have one problem: Where is storage the "ssid" and "password"? By the way, how did i can storage another variable with this library?? Thank you very much for all and everyone!
ssid and password are stored by the esp32 IDF in system area of the flash.
you can store your custom parameters as you wish (file, eeprom emulation, ...)
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.