Skip to content

Commit

Permalink
Fix data pin definition for NodeMCU #40
Browse files Browse the repository at this point in the history
  • Loading branch information
AronHetLam committed Jun 19, 2021
1 parent 1722d6e commit a83de93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ATEM_tally_light/ATEM_tally_light.ino
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ CRGB color_led[8] = { CRGB::Black, CRGB::Red, CRGB::Lime, CRGB::Blue, CRGB::Yell
//FastLED
#if ESP32
#define DATA_PIN 12
#elif ARDUINO_ESP8266_NODEMCU
#define DATA_PIN 7
#else
#define DATA_PIN D7
#endif
Expand Down

0 comments on commit a83de93

Please sign in to comment.