We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4e964 commit 7e622c3Copy full SHA for 7e622c3
ports/espressif/boards/adafruit_qtpy_esp32s3_nopsram/mpconfigboard.h
@@ -29,8 +29,8 @@
29
#define MICROPY_HW_BOARD_NAME "Adafruit QT Py ESP32-S3 no psram"
30
#define MICROPY_HW_MCU_NAME "ESP32S3"
31
32
-#define MICROPY_HW_NEOPIXEL (&pin_GPIO38)
33
-#define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO37)
+#define MICROPY_HW_NEOPIXEL (&pin_GPIO39)
+#define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO38)
34
35
#define CIRCUITPY_BOARD_I2C (2)
36
#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO6, .sda = &pin_GPIO7}, \
0 commit comments