Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #81 from codmpm/master
Browse files Browse the repository at this point in the history
added BUILTIN_LED for ESP-12F
  • Loading branch information
toblum authored Jan 13, 2018
2 parents 2956fc3 + 321c972 commit 5232e03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Arduino/McLighting/definitions.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Neopixel
#define PIN 5 // PIN where neopixel / WS2811 strip is attached
#define NUMLEDS 24 // Number of leds in the strip
#define PIN 5 // PIN where neopixel / WS2811 strip is attached
#define NUMLEDS 24 // Number of leds in the strip
//#define BUILTIN_LED 2 // ESP-12F has the built in LED on GPIO2, see https://github.com/esp8266/Arduino/issues/2192

const char HOSTNAME[] = "ESP8266_01"; // Friedly hostname

Expand Down

0 comments on commit 5232e03

Please sign in to comment.