From d543ba82acffa98916cc9e484dd7a1eba8a68171 Mon Sep 17 00:00:00 2001 From: Aircoookie Date: Tue, 25 Aug 2020 10:32:32 +0200 Subject: [PATCH] Add CLKPIN/DATAPIN to PIO override (as suggested in #1109) --- platformio_override.ini.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platformio_override.ini.example b/platformio_override.ini.example index ba829aa1..7e87827b 100644 --- a/platformio_override.ini.example +++ b/platformio_override.ini.example @@ -25,6 +25,9 @@ build_flags = ${common.build_flags_esp8266} ; -D USE_APA102 ; -D USE_WS2801 ; -D USE_LPD8806 +; PIN defines for 2 wire LEDs +; -D CLKPIN=0 +; -D DATAPIN=2 ; to drive analog LED strips (aka 5050), uncomment the following ; PWM pins 5,12,13,15 are used with Magic Home LED Controller (default) ; -D WLED_USE_ANALOG_LEDS