Beiträge von DellPater

    EEPROM.get and put always got on my nerves so havent used much, why dont you use EEPROM.write() and write it byte by byte, that way you can also debug where it goes wrong by putting print and delay after saving each byte,then use EEPROM.read to read again byte by byte