mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
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:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user