Fix for TasmotaLEDPusher configutation (#24760)

Library does not have user-defines include and ignores actual confiuration via `user_config_*.h` files
This commit is contained in:
Petr Golovachev
2026-05-18 11:08:02 +02:00
committed by GitHub
parent 3734308857
commit dd1468b47e
@@ -22,6 +22,9 @@
#include <Arduino.h>
// Include user defines
#include "tasmota_options.h"
// Below are flags to enable of disable each hardware support: RMT, I2S, SPI
// By default, only enable RMT support, and SPI is used as fallback if no protocol works
//