Merge pull request #5520 from esenapaj/Fix-for-commented-section

Fix for commented section of Config_RetrieveSettings()
This commit is contained in:
Scott Lahteine 2016-12-15 18:16:30 -08:00 committed by GitHub
commit b091c9ceb7

View file

@ -397,7 +397,7 @@ void Config_Postprocess() {
uint16_t stored_checksum;
EEPROM_READ(stored_checksum);
// SERIAL_ECHOPAIR("Version: [", ver);
// SERIAL_ECHOPAIR("Version: [", version);
// SERIAL_ECHOPAIR("] Stored version: [", stored_ver);
// SERIAL_CHAR(']');
// SERIAL_EOL;