Skip to content

Commit

Permalink
Fixed led bliking pool ard
Browse files Browse the repository at this point in the history
  • Loading branch information
matzeema committed Jun 18, 2022
1 parent 9c1d8dc commit dd4d065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArduinoPool/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd4d065

Please sign in to comment.