static constexpr int LED_PIN = 8; static constexpr int LED_COUNT = 1; static constexpr uint8_t LED_MAX_BRIGHTNESS = 200; #if LED_TYPE == 0 // Classic SuperMini blue LED is active-low (LOW = on). We drive brightness // via LEDC PWM on this channel. static constexpr bool LED_ACTIVE_LOW = true; static constexpr
in
„esp32 c3 BLE to ws2812 + softseriel out“
·
Offtopic
·