Skip to content

Status Led

github-actions[bot] edited this page May 1, 2026 · 1 revision

🟢 Status LED

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.

🔧 Configuration

Configure in secrets.h:

#define PIN_LED 1

🧩 Extension

With 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

Clone this wiki locally