mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
Update _P103_Atlas_EZO_pH_ORP_EC.ino
DEBUG --> LOG_LEVEL_DEBUG
This commit is contained in:
@@ -131,7 +131,7 @@ boolean Plugin_103(byte function, struct EventStruct *event, String &string)
|
||||
|
||||
addRowLabel(F("Board restart code"));
|
||||
|
||||
addLog(DEBUG, boardStatus);
|
||||
addLog(LOG_LEVEL_DEBUG, boardStatus);
|
||||
|
||||
char *statuschar = strchr(statussensordata, ',');
|
||||
|
||||
@@ -652,4 +652,4 @@ int addCreate3PointCalibration(byte board_type, struct EventStruct *event, byte
|
||||
return nb_calibration_points;
|
||||
}
|
||||
|
||||
#endif // ifdef USES_P103
|
||||
#endif // ifdef USES_P103
|
||||
|
||||
Reference in New Issue
Block a user