8000 Fixed boot led inverted status · megacoder/circuitpython@24ed20b · GitHub
[go: up one dir, main page]

Skip to content

Commit 24ed20b

Browse files
committed
Fixed boot led inverted status
1 parent b57b8dc commit 24ed20b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/espressif/boards/m5stack_stick_c/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#define MICROPY_HW_MCU_NAME "ESP32"
3131

3232
#define MICROPY_HW_LED_STATUS (&pin_GPIO10)
33+
#define MICROPY_HW_LED_STATUS_INVERTED (1)
3334

3435
#define CIRCUITPY_BOARD_I2C (2)
3536
#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO22, .sda = &pin_GPIO21}, \

0 commit comments

Comments
 (0)
0