From 321c972811aa3e72793d9811befbd1fb665193db Mon Sep 17 00:00:00 2001 From: Patrik Mayer Date: Fri, 12 Jan 2018 20:32:02 +0100 Subject: [PATCH] added BUILTIN_LED for ESP-12F --- Arduino/McLighting/definitions.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Arduino/McLighting/definitions.h b/Arduino/McLighting/definitions.h index 7ae8967..56e3f10 100644 --- a/Arduino/McLighting/definitions.h +++ b/Arduino/McLighting/definitions.h @@ -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