Update ports/esp32s2/boards/ai_thinker_esp_12k_nodemcu/mpconfigboard.h
Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
parent
7a48fc05b4
commit
fd8fe6f013
|
@ -29,7 +29,7 @@
|
|||
// Same setup as the Saola board but with no Neopixel on board
|
||||
|
||||
#define MICROPY_HW_BOARD_NAME "ESP 12k NodeMCU"
|
||||
#define MICROPY_HW_MCU_NAME "ESP-12K"
|
||||
#define MICROPY_HW_MCU_NAME "ESP32S2"
|
||||
|
||||
// #define MICROPY_HW_NEOPIXEL (&pin_GPIO18)
|
||||
|
||||
|
|
Loading…
Reference in New Issue