Update settings to match micropython
This commit is contained in:
parent
3158315ac3
commit
1d3b2b019a
@ -1,5 +1,5 @@
|
||||
USB_VID = 0x2341
|
||||
USB_PID = 0x0070
|
||||
USB_PID = 0x056B
|
||||
|
||||
USB_PRODUCT = "Arduino Nano ESP32"
|
||||
USB_MANUFACTURER = "Arduino"
|
||||
|
@ -39,5 +39,5 @@ CONFIG_SPIRAM_MEMTEST=y
|
||||
#
|
||||
# LWIP
|
||||
#
|
||||
CONFIG_LWIP_LOCAL_HOSTNAME="espressif-esp32s3"
|
||||
CONFIG_LWIP_LOCAL_HOSTNAME="nano-esp32"
|
||||
# end of LWIP
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user