Skip to content
Open
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
3 changes: 2 additions & 1 deletion variants/heltec_t114/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
////////////////////////////////////////////////////////////////////////////////
// Builtin LEDs

#define LED_BUILTIN (35)
// We set LED_BUILTIN to -1 to indicate the LED are not present.
#define LED_BUILTIN (-1)
#define PIN_LED LED_BUILTIN
#define LED_RED LED_BUILTIN
#define LED_BLUE (-1) // No blue led, prevents Bluefruit flashing the green LED during advertising
Expand Down