sensecap_solar: fix LED definitions (white=11, blue=12)

This commit is contained in:
Confi
2026-02-02 18:07:01 +01:00
parent 76524c703f
commit 5188221584
2 changed files with 6 additions and 6 deletions

View File

@@ -24,8 +24,8 @@
#define LED_BUILTIN (PIN_LED)
#define LED_RED (PINS_COUNT)
#define LED_GREEN (12)
#define LED_BLUE (11)
#define LED_WHITE (11)
#define LED_BLUE (12) // LoRa TX indicator
#define LED_STATE_ON (1) // State when LED is litted