Skip to content

Commit 1d3b2b0

Browse files
committed
Update settings to match micropython
1 parent 3158315 commit 1d3b2b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ports/espressif/boards/arduino_nano_esp32s3_inverted_statusled/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
USB_VID = 0x2341
2-
USB_PID = 0x0070
2+
USB_PID = 0x056B
33

44
USB_PRODUCT = "Arduino Nano ESP32"
55
USB_MANUFACTURER = "Arduino"

ports/espressif/boards/arduino_nano_esp32s3_inverted_statusled/sdkconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ CONFIG_SPIRAM_MEMTEST=y
3939
#
4040
# LWIP
4141
#
42-
CONFIG_LWIP_LOCAL_HOSTNAME="espressif-esp32s3"
42+
CONFIG_LWIP_LOCAL_HOSTNAME="nano-esp32"
4343
# end of LWIP

tools/ci_check_duplicate_usb_vid_pid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
],
6464
"0x239A:0x102E": ["weact_studio_pico", "weact_studio_pico_16mb"],
6565
"0x303A:0x8166": ["yd_esp32_s3_n8r8", "yd_esp32_s3_n16r8"],
66-
"0x2341:0x0070": ["arduino_nano_esp32s3", "arduino_nano_esp32s3_inverted_statusled"],
66+
"0x2341:0x056B": ["arduino_nano_esp32s3", "arduino_nano_esp32s3_inverted_statusled"],
6767
}
6868

6969
cli_parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)