add default LED_STATE_ON for boards that don't have it defined

Цей коміт міститься в:
Rastislav Vysoky
2025-11-30 10:52:33 +01:00
джерело e054597a18
коміт 052f17738c
+4
Переглянути файл
@@ -8,6 +8,10 @@
#include <Arduino.h>
#include <helpers/sensors/LPPDataHelpers.h>
#ifndef LED_STATE_ON
#define LED_STATE_ON 1
#endif
#ifdef PIN_BUZZER
#include <helpers/ui/buzzer.h>
#endif