Replace single-char S_ECHOs with S_CHAR
This commit is contained in:
parent
0e83f34174
commit
de7e798e6f
2 changed files with 6 additions and 3 deletions
|
|
@ -383,7 +383,8 @@ void Config_RetrieveSettings() {
|
|||
|
||||
// SERIAL_ECHOPAIR("Version: [", ver);
|
||||
// SERIAL_ECHOPAIR("] Stored version: [", stored_ver);
|
||||
// SERIAL_ECHOLNPGM("]");
|
||||
// SERIAL_CHAR(']');
|
||||
// SERIAL_EOL;
|
||||
|
||||
if (strncmp(version, stored_ver, 3) != 0) {
|
||||
Config_ResetDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue