Problem saving "Char" var to EEPROM on Esp32

Do yourself a favour and use EEPROM.put() and EEPROM.get() to save and load a whole array (or any other type of variable) with a single command

1 Like