as i understand it's recommended to clear the EEPROM when upgrading FW.
how do i do that?
is there another thing i should do before upgrading FW?
how do i clear the EEPROM?
Re: how do i clear the EEPROM?
you open youre arduino then open file tag, examples, eeprom and upload eeprom-clear and you are done
Re: how do i clear the EEPROM?
Gimbal wrote:you open youre arduino then open file tag, examples, eeprom and upload eeprom-clear and you are done
But this will only clear the first 512bytes of the Eeprom
/Tvixen
Re: how do i clear the EEPROM?
How to clear all eeprom data for Mega board?
Re: how do i clear the EEPROM?
scrat wrote:How to clear all eeprom data for Mega board?
Charnge the value from 512 to 4096
/Tvixen
Re: how do i clear the EEPROM?
Thank you Tvixen!