Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8816bb5

Browse files
Added #define LED_BUILTIN to all pins_arduino.h that need it. (espressif#4520)
1 parent 3274602 commit 8816bb5

File tree

54 files changed

+54
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+54
-0
lines changed

‎variants/Microduino-esp32/pins_arduino.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
static const uint8_t LED_BUILTIN = -1;
1515
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16+
#define LED_BUILTIN LED_BUILTIN
1617

1718
#define MTDO 15
1819
#define MTDI 12

‎variants/S_ODI_Ultra_v1/pins_arduino.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
static const uint8_t LED_BUILTIN = 2;
1515
static const uint8_t LED_BUILTINB = 4;
1616
#define BUILTIN_LED LED_BUILTIN // backward compatibility
17+
#define LED_BUILTIN LED_BUILTIN
1718
#define BUILTIN_LED2 LED_BUILTINB
1819

1920
static const uint8_t TX = 1;

‎variants/alksesp32/pins_arduino.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
static const uint8_t LED_BUILTIN = 23;
1717
#define BUILTIN_LED LED_BUILTIN // backward compatibility
18+
#define LED_BUILTIN LED_BUILTIN
1819

1920
static const uint8_t TX = 1;
2021
static const uint8_t RX = 3;

‎variants/d1_mini32/pins_arduino.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
static const uint8_t LED_BUILTIN = 2;
88
#define BUILTIN_LED LED_BUILTIN // backward compatibility
9+
#define LED_BUILTIN LED_BUILTIN
910
static const uint8_t _VBAT = 35; // battery voltage
1011

1112
#define PIN_WIRE_SDA SDA // backward compatibility

‎variants/d32/pins_arduino.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
static const uint8_t LED_BUILTIN = 5;
88
#define BUILTIN_LED LED_BUILTIN // backward compatibility
9+
#define LED_BUILTIN LED_BUILTIN
910
static const uint8_t _VBAT = 35; // battery voltage
1011

1112
#endif /* Pins_Arduino_h */

‎variants/d32_pro/pins_arduino.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
static const uint8_t LED_BUILTIN = 5;
88
#define BUILTIN_LED LED_BUILTIN // backward compatibility
9+
#define LED_BUILTIN LED_BUILTIN
910
static const uint8_t _VBAT = 35; // battery voltage
1011

1112

‎variants/doitESP32devkitV1/pins_arduino.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
static const uint8_t LED_BUILTIN = 2;
1515
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16+
#define LED_BUILTIN LED_BUILTIN
1617

1718
static const uint8_t TX = 1;
1819
static const uint8_t RX = 3;

‎variants/esp32-gateway/pins_arduino.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
static const uint8_t LED_BUILTIN = 33;
2020
#define BUILTIN_LED LED_BUILTIN // backward compatibility
21+
#define LED_BUILTIN LED_BUILTIN
2122

2223
static const uint8_t KEY_BUILTIN = 34;
2324

‎variants/esp320/pins_arduino.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
static const uint8_t LED_BUILTIN = 5;
1515
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16+
#define LED_BUILTIN LED_BUILTIN
1617

1718
static const uint8_t TX = 1;
1819
static const uint8_t RX = 3;

‎variants/esp32thing/pins_arduino.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
static const uint8_t LED_BUILTIN = 5;
1515
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16+
#define LED_BUILTIN LED_BUILTIN
1617

1718
static const uint8_t KEY_BUILTIN = 0;
1819

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /