Skip to content

Commit

Permalink
fix(board): add LED_BUILTIN #define
Browse files Browse the repository at this point in the history
  • Loading branch information
SuGlider authored Feb 24, 2025
1 parent d8cc3ee commit 01d3221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions variants/Geekble_Nano_ESP32S3/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ static const uint8_t A7 = 14;
// alternate pin functions

static const uint8_t LED_BUILTIN = D13;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN

static const uint8_t SW_BUILTIN = 0;

static const uint8_t TX = D1;
Expand Down

0 comments on commit 01d3221

Please sign in to comment.