Skip to content

Commit d93a196

Browse files
Fixed the FeatherS2 prerelease hardware name
1 parent 8c428a3 commit d93a196

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)