Skip to content

Commit 7585391

Browse files
committed
nano_nora: move USB_MANUFACTURER and USB_PRODUCT to pins_arduino.h
1 parent 0a81532 commit 7585391

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: boards.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -26028,7 +26028,7 @@ nano_nora.build.flash_mode=dio
2602826028
nano_nora.build.boot=qio
2602926029
nano_nora.build.boot_freq=80m
2603026030
nano_nora.build.partitions=app3M_fat9M_fact512k_16MB
26031-
nano_nora.build.defines=-DBOARD_HAS_PIN_REMAP {build.disable_pin_remap} -DBOARD_HAS_PSRAM '-DUSB_MANUFACTURER="Arduino"' '-DUSB_PRODUCT="Nano ESP32"'
26031+
nano_nora.build.defines=-DBOARD_HAS_PIN_REMAP {build.disable_pin_remap} -DBOARD_HAS_PSRAM
2603226032
nano_nora.build.loop_core=-DARDUINO_RUNNING_CORE=1
2603326033
nano_nora.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
2603426034
nano_nora.build.psram_type=opi
@@ -27023,4 +27023,4 @@ esp32s3_powerfeather.menu.EraseFlash.none.upload.erase_cmd=
2702327023
esp32s3_powerfeather.menu.EraseFlash.all=Enabled
2702427024
esp32s3_powerfeather.menu.EraseFlash.all.upload.erase_cmd=-e
2702527025

27026-
##############################################################
27026+
##############################################################

Diff for: variants/arduino_nano_nora/pins_arduino.h

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
#define USB_VID 0x2341
77
#define USB_PID 0x0070
8+
#define USB_MANUFACTURER "Arduino"
9+
#define USB_PRODUCT "Nano ESP32"
810

911
#ifndef __cplusplus
1012
#define constexpr const

0 commit comments

Comments
 (0)