Reverted to default LEDPIN

This commit is contained in:
cschwinne 2019-02-21 00:21:35 +01:00
parent 1caaf04dfa
commit 4a4c537a0d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#define NpbWrapper_h
//PIN CONFIGURATION
#define LEDPIN 3 //strip pin. Any for ESP32, gpio2 or 3 is recommended for ESP8266 (gpio2/3 are labeled D4/RX on NodeMCU and Wemos)
#define LEDPIN 2 //strip pin. Any for ESP32, gpio2 or 3 is recommended for ESP8266 (gpio2/3 are labeled D4/RX on NodeMCU and Wemos)
#define BTNPIN 0 //button pin. Needs to have pullup (gpio0 recommended)
#define IR_PIN 4 //infrared pin (-1 to disable)
#define AUXPIN -1 //unused auxiliary output pin (-1 to disable)

View File

@ -27,7 +27,7 @@
#include "WS2812FX.h"
#include "palettes.h"
#define LED_SKIP_AMOUNT 24
#define LED_SKIP_AMOUNT 1
void WS2812FX::init(bool supportWhite, uint16_t countPixels, bool skipFirst)
{