Skip to content

Commit e29346b

Browse files
committed
ai_thinker_esp_12k_nodemcu
1 parent 8945d17 commit e29346b

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ jobs:
504504
- "adafruit_funhouse"
505505
- "adafruit_magtag_2.9_grayscale"
506506
- "adafruit_metro_esp32s2"
507+
- "ai_thinker_esp_12k_nodemcu"
507508
- "artisense_rd00"
508509
- "atmegazero_esp32s2"
509-
- "ai_thinker_esp_12k"
510510
- "crumpspace_crumps2"
511511
- "electroniccats_bastwifi"
512512
- "espressif_kaluga_1"

ports/esp32s2/ai_thinker_esp_12k/mpconfigboard.h renamed to ports/esp32s2/ai_thinker_esp_12k_nodemcu/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
// Same setup as the Saola board but with no Neopixel on board
3030

31-
#define MICROPY_HW_BOARD_NAME "NodeMCU-32-S2 w/ESP-12K 08"
32-
#define MICROPY_HW_MCU_NAME "ESP-12K 08"
31+
#define MICROPY_HW_BOARD_NAME "ESP 12k NodeMCU"
32+
#define MICROPY_HW_MCU_NAME "ESP-12K"
3333

3434
// #define MICROPY_HW_NEOPIXEL (&pin_GPIO18)
3535

ports/esp32s2/ai_thinker_esp_12k/mpconfigboard.mk renamed to ports/esp32s2/ai_thinker_esp_12k_nodemcu/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
USB_VID = 0x612B
22
USB_PID = 0x80A7
3-
USB_PRODUCT = "NodeMCU-32-S2 w/ESP-12K 08"
3+
USB_PRODUCT = "ESP 12k NodeMCU"
44
USB_MANUFACTURER = "Ai-Thinker"
55

66
INTERNAL_FLASH_FILESYSTEM = 1

0 commit comments

Comments
 (0)