Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a8e99ba

Browse files
authoredNov 12, 2020
Merge branch 'master' into idf-release/v3.3
2 parents 7494c4e + b6cc108 commit a8e99ba

File tree

59 files changed

+63
-4
lines changed

Some content is hidden

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

59 files changed

+63
-4
lines changed
 

‎variants/oroca_edubot/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 = 13;
1515
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16+
#define LED_BUILTIN LED_BUILTIN
1617

1718
static const uint8_t TX = 17;
1819
static const uint8_t RX = 16;

‎variants/piranha_esp-32/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 KEY_BUILTIN = 0;
1819

‎variants/pocket_32/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 = 16;
1515
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16+
#define LED_BUILTIN LED_BUILTIN
1617

1718

1819

There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.