Update settings to match micropython

This commit is contained in:
Melissa LeBlanc-Williams 2023-08-04 08:54:22 -07:00
parent 3158315ac3
commit 1d3b2b019a
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
USB_VID = 0x2341
USB_PID = 0x0070
USB_PID = 0x056B
USB_PRODUCT = "Arduino Nano ESP32"
USB_MANUFACTURER = "Arduino"

View File

@ -39,5 +39,5 @@ CONFIG_SPIRAM_MEMTEST=y
#
# LWIP
#
CONFIG_LWIP_LOCAL_HOSTNAME="espressif-esp32s3"
CONFIG_LWIP_LOCAL_HOSTNAME="nano-esp32"
# end of LWIP

View File

@ -63,7 +63,7 @@ DEFAULT_CLUSTERLIST = {
],
"0x239A:0x102E": ["weact_studio_pico", "weact_studio_pico_16mb"],
"0x303A:0x8166": ["yd_esp32_s3_n8r8", "yd_esp32_s3_n16r8"],
"0x2341:0x0070": ["arduino_nano_esp32s3", "arduino_nano_esp32s3_inverted_statusled"],
"0x2341:0x056B": ["arduino_nano_esp32s3", "arduino_nano_esp32s3_inverted_statusled"],
}
cli_parser = argparse.ArgumentParser(