Fix for commented section of Config_RetrieveSettings()
This commit is contained in:
parent
7ca4f16a5c
commit
d486361c69
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ void Config_Postprocess() {
|
||||||
uint16_t stored_checksum;
|
uint16_t stored_checksum;
|
||||||
EEPROM_READ(stored_checksum);
|
EEPROM_READ(stored_checksum);
|
||||||
|
|
||||||
// SERIAL_ECHOPAIR("Version: [", ver);
|
// SERIAL_ECHOPAIR("Version: [", version);
|
||||||
// SERIAL_ECHOPAIR("] Stored version: [", stored_ver);
|
// SERIAL_ECHOPAIR("] Stored version: [", stored_ver);
|
||||||
// SERIAL_CHAR(']');
|
// SERIAL_CHAR(']');
|
||||||
// SERIAL_EOL;
|
// SERIAL_EOL;
|
||||||
|
|
Reference in a new issue