ESP32 Arduino SSID, PASSWORD not update
Posted: Tue May 29, 2018 12:17 pm
i change the ssid and password through web server , i received and stored flash memory.Its all ok.
then move new ssid to real ssid and password. but it wont accept.
For the access point mode ssid password not update.
In Station mode static IP not update ...
const char* ssid ="esp"
const char*password="12345"
Give any example conversion for char to const pointer for ssid update...
then move new ssid to real ssid and password. but it wont accept.
For the access point mode ssid password not update.
In Station mode static IP not update ...
const char* ssid ="esp"
const char*password="12345"
Give any example conversion for char to const pointer for ssid update...