Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Fixed GPIO Order to RAW order. Otherwise PINs are mapped wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Oct 29, 2016
1 parent bbe0d35 commit 9278190
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions WrapperFastLed.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
#define WrapperFastLed_h

#include "BaseHeader.h"

#define FASTLED_ESP8266_RAW_PIN_ORDER
//#define FASTLED_ESP8266_NODEMCU_PIN_ORDER
//#define FASTLED_ESP8266_D1_PIN_ORDER

#include <FastLED.h>

class WrapperFastLed {
Expand Down
2 changes: 1 addition & 1 deletion WrapperWebconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "BaseHeader.h"

#include <ESP8266WebServer.h>
#include <FastLED.h>
#include "WrapperFastLed.h"
#include <LinkedList.h>

class SelectEntryBase {
Expand Down

0 comments on commit 9278190

Please sign in to comment.