Skip to content

Commit

Permalink
changed led blink
Browse files Browse the repository at this point in the history
  • Loading branch information
arfrie22 committed Jun 12, 2024
1 parent 276664b commit 1da105d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
#endif

#if defined(USE_SSD1306)
#if defined(ESP8266)
static uint16_t led_blink_ms = LED_FAST_BLINK;
#else
static uint16_t led_blink_ms = 0;
#endif
#endif

void push_message(int type, uint32_t lval=0, float fval=0.f, const char* sval=NULL);
Expand Down

0 comments on commit 1da105d

Please sign in to comment.