This commit is contained in:
Tobias Blum 2017-08-06 23:36:34 +02:00
parent 0895d542a3
commit 065ae09cea

View file

@ -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;
} }