ai_thinker_esp_12k_nodemcu

This commit is contained in:
codetyphon 2021-08-15 10:18:40 +08:00
parent 8945d17aa2
commit e29346b79a
6 changed files with 4 additions and 4 deletions

View File

@ -504,9 +504,9 @@ jobs:
- "adafruit_funhouse" - "adafruit_funhouse"
- "adafruit_magtag_2.9_grayscale" - "adafruit_magtag_2.9_grayscale"
- "adafruit_metro_esp32s2" - "adafruit_metro_esp32s2"
- "ai_thinker_esp_12k_nodemcu"
- "artisense_rd00" - "artisense_rd00"
- "atmegazero_esp32s2" - "atmegazero_esp32s2"
- "ai_thinker_esp_12k"
- "crumpspace_crumps2" - "crumpspace_crumps2"
- "electroniccats_bastwifi" - "electroniccats_bastwifi"
- "espressif_kaluga_1" - "espressif_kaluga_1"

View File

@ -28,8 +28,8 @@
// Same setup as the Saola board but with no Neopixel on board // Same setup as the Saola board but with no Neopixel on board
#define MICROPY_HW_BOARD_NAME "NodeMCU-32-S2 w/ESP-12K 08" #define MICROPY_HW_BOARD_NAME "ESP 12k NodeMCU"
#define MICROPY_HW_MCU_NAME "ESP-12K 08" #define MICROPY_HW_MCU_NAME "ESP-12K"
// #define MICROPY_HW_NEOPIXEL (&pin_GPIO18) // #define MICROPY_HW_NEOPIXEL (&pin_GPIO18)

View File

@ -1,6 +1,6 @@
USB_VID = 0x612B USB_VID = 0x612B
USB_PID = 0x80A7 USB_PID = 0x80A7
USB_PRODUCT = "NodeMCU-32-S2 w/ESP-12K 08" USB_PRODUCT = "ESP 12k NodeMCU"
USB_MANUFACTURER = "Ai-Thinker" USB_MANUFACTURER = "Ai-Thinker"
INTERNAL_FLASH_FILESYSTEM = 1 INTERNAL_FLASH_FILESYSTEM = 1