-
Notifications
You must be signed in to change notification settings - Fork 5
Status Led
github-actions[bot] edited this page May 1, 2026
·
1 revision
Provides low-level visual feedback of the device state. Primarily intended for basic troubleshooting when the device does not behave as expected.
The typical use case is the onboard LED commonly found on ESP32 boards, but any GPIO-connected LED can be used.
Note
Some boards use an inverted onboard LED, meaning it lights up when turned off in software, and turns off when set to on.
Configure in secrets.h:
#define PIN_LED 1With the Status LED extension enabled, the LED reflects device state:
- Fast blink — error condition
- Slow blink — warning or connectivity issue
- Solid on — idle/normal operation