Skip to content

Commit 68d510c

Browse files
Update mpconfigboard.h
Configure LED pin for STATUS display and to prevent ESP floating pins from constantly lighting led dimly.
1 parent 295f7b4 commit 68d510c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/espressif/boards/bpi_picow_s3/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131

3232
#define MICROPY_HW_NEOPIXEL (&pin_GPIO48)
3333

34+
#define MICROPY_HW_LED_STATUS (&pin_GPIO46)
35+
3436
#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
3537
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)
3638

0 commit comments

Comments
 (0)