Skip to content

Commit 506936e

Browse files
authored
Merge pull request adafruit#3525 from UnexpectedCircuitPython/UM_S2_Boards
Fixed the FeatherS2 prerelease hardware name
2 parents 1b307c9 + d93a196 commit 506936e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
//Micropython setup
2828

29-
#define MICROPY_HW_BOARD_NAME "FeatherS2"
29+
#define MICROPY_HW_BOARD_NAME "FeatherS2 PreRelease"
3030
#define MICROPY_HW_MCU_NAME "ESP32S2"
3131

3232
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)

0 commit comments

Comments
 (0)