Code dont compile


help me pls

Replace:

get.EEPROM()

with:

EEPROM.get()

@anon44338819

Without the first pair of parentheses, like this:

EEPROM.get(1, ssid);

Sorry for being so unclear about that!

thank you

Also after EEPROM.put(), always follow with EEPROM.commit();

If you ever post again, please read the forum guidelines about how to post code. Images are not cool.

That depends on the board. commit() is not a method in AVR's EEPROM library.

True but looking at the OP code I am assuming he is using an ESP8266

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.