Merge pull request #81 from codmpm/master

added BUILTIN_LED for ESP-12F
This commit is contained in:
Tobias Blum 2018-01-13 23:36:43 +01:00 committed by GitHub
commit 5232e038c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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