diff --git a/src/main.cpp b/src/main.cpp index 41372f5..518c50a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -87,5 +87,5 @@ void setup() void loop() { - vTaskDelay(pdMS_TO_TICKS(1000)); + vTaskDelay(pdMS_TO_TICKS(5000)); }