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

added BUILTIN_LED for ESP-12F #81

Merged
merged 1 commit into from
Jan 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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