Update mpconfigboard.h
added space after the comment operator (//)
This commit is contained in:
parent
55226a8f67
commit
f25614711b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#define MICROPY_HW_MCU_NAME "ESP32S3"
|
||||
|
||||
#define MICROPY_HW_NEOPIXEL (&pin_GPIO47)
|
||||
//#define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO39)
|
||||
// #define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO39)
|
||||
|
||||
#define MICROPY_HW_LED_STATUS (&pin_GPIO46)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue