Merge pull request #3525 from UnexpectedCircuitPython/UM_S2_Boards

Fixed the FeatherS2 prerelease hardware name
This commit is contained in:
Scott Shawcroft 2020-10-09 10:20:13 -07:00 committed by GitHub
commit 506936ea2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
//Micropython setup
#define MICROPY_HW_BOARD_NAME "FeatherS2"
#define MICROPY_HW_BOARD_NAME "FeatherS2 PreRelease"
#define MICROPY_HW_MCU_NAME "ESP32S2"
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)