Quellcode durchsuchen

updated log message

CaCO3 vor 3 Jahren
Ursprung
Commit
39b8b5b07c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      code/components/jomjol_tfliteclass/server_tflite.cpp

+ 1 - 1
code/components/jomjol_tfliteclass/server_tflite.cpp

@@ -921,7 +921,7 @@ void task_autodoFlow(void *pvParameter)
 
 
         // Check if time is synchronized (if NTP is configured)
         // Check if time is synchronized (if NTP is configured)
         if (getUseNtp() && !getTimeIsSet()) {
         if (getUseNtp() && !getTimeIsSet()) {
-            LogFile.WriteToFile(ESP_LOG_WARN, TAG, "Time server is configured, but time is not yet set. Check configuration");
+            LogFile.WriteToFile(ESP_LOG_WARN, TAG, "Time server is configured, but time is not yet set!");
             StatusLED(TIME_CHECK, 1, false);
             StatusLED(TIME_CHECK, 1, false);
         }
         }