That is the code i'm using
Serial.println(loginSSID);
Serial.println(loginPass);
client.stop();
client.flush();
if(parametro1!=""){
Serial.println("scrivo!");
for (int i = 0 ; i < 512; i++) {
EEPROM.write(i, 0);
}
EEPROM.put(0,loginSSID);
EEPROM.put(32,loginPass);
}
That is what it prints when is asked http://192.168.43.191/config?username=c ... bmit=Login
new client
ciao
pass
scrivo!
new client
Reading EEPROM ssid
SSID: �Q�?
RSSIserver.ino
Why the read doesn't give readable results?
There is a better way to save these data?