configuration
This commit is contained in:
parent
44523a4ed3
commit
4e3f086fa0
@ -34,5 +34,8 @@ void configInit() {
|
||||
|
||||
if (mainConfigBlock.configMagic != CONFIG_MAGIC) {
|
||||
coloredMsg(LOG_BLUE, false, "cfg ci Invalid configuration block read from eeprom");
|
||||
|
||||
eepromWriteConfigBlock(0, &defaultConfigBlock);
|
||||
coloredMsg(LOG_BLUE, false, "cfg ci Default configuration block written to eeprom");
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user