From dd4d065e87e1bd6d799e629589f272bd787b9f61 Mon Sep 17 00:00:00 2001 From: matzesoft <48252507+matzesoft@users.noreply.github.com> Date: Sat, 18 Jun 2022 11:12:04 +0200 Subject: [PATCH] Fixed led bliking pool ard --- ArduinoPool/constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduinoPool/constants.h b/ArduinoPool/constants.h index 344d961..61a1a51 100644 --- a/ArduinoPool/constants.h +++ b/ArduinoPool/constants.h @@ -11,8 +11,8 @@ #define FAILED_READ_SYSTEM_STATE 3 // Count of LED Blinking when running in these issues. -#define FAILED_CONNECTING_TO_WIFI_LED_COUNT 1 -#define FAILED_CONNECTING_TO_FIREBASE_LED_COUNT 2 +#define FAILED_CONNECTING_TO_WIFI_LED_COUNT 3 +#define FAILED_CONNECTING_TO_FIREBASE_LED_COUNT 5 #define CONNECT_WIFI_TRYS_MAX 5 #define READ_SYSTEM_STATE_TRYS_MAX 5