Sorry, that should be:eeprom_write_block((void *)mystr,(void *)ee_addr,strlen(mystr)+1);So that the NUL gets written, too.
-Mike
Sorry, that should be:eeprom_write_block((void *)mystr,(void *)ee_addr,strlen(mystr)+1);So that the NUL gets written, too.
-Mike