configuration

This commit is contained in:
Wolfgang Hottgenroth 2020-11-27 16:23:34 +01:00
parent d2c5943014
commit a43e42a99f
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -36,7 +36,7 @@ void configInit() {
eepromReadConfigBlock(0, &mainConfigBlock);
if (mainConfigBlock.configMagic != CONFIG_MAGIC) {
configIsValid = true;
configIsInvalid = true;
coloredMsg(LOG_BLUE, false, "cfg ci Invalid configuration block read from eeprom");