Cleanup
This commit is contained in:
parent
0895d542a3
commit
065ae09cea
1 changed files with 3 additions and 3 deletions
|
@ -86,9 +86,9 @@ String readEEPROM(int offset, int len) {
|
||||||
//DBG_OUTPUT_PORT.println(char(EEPROM.read(i + offset)));
|
//DBG_OUTPUT_PORT.println(char(EEPROM.read(i + offset)));
|
||||||
}
|
}
|
||||||
|
|
||||||
DBG_OUTPUT_PORT.print("Read EEPROM: [");
|
//DBG_OUTPUT_PORT.print("Read EEPROM: [");
|
||||||
DBG_OUTPUT_PORT.print(res);
|
//DBG_OUTPUT_PORT.print(res);
|
||||||
DBG_OUTPUT_PORT.println("]");
|
//DBG_OUTPUT_PORT.println("]");
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue