Update _P103_Atlas_EZO_pH_ORP_EC.ino

DEBUG --> LOG_LEVEL_DEBUG
This commit is contained in:
Peter Kretz
2021-04-15 22:26:20 +02:00
committed by GitHub
parent e9ce6c1c0e
commit 707e0bc17c
+2 -2
View File
@@ -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