File tree 2 files changed +4
-2
lines changed
variants/arduino_nano_nora
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26028,7 +26028,7 @@ nano_nora.build.flash_mode=dio
26028
26028
nano_nora.build.boot=qio
26029
26029
nano_nora.build.boot_freq=80m
26030
26030
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
26032
26032
nano_nora.build.loop_core=-DARDUINO_RUNNING_CORE=1
26033
26033
nano_nora.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
26034
26034
nano_nora.build.psram_type=opi
@@ -27023,4 +27023,4 @@ esp32s3_powerfeather.menu.EraseFlash.none.upload.erase_cmd=
27023
27023
esp32s3_powerfeather.menu.EraseFlash.all=Enabled
27024
27024
esp32s3_powerfeather.menu.EraseFlash.all.upload.erase_cmd=-e
27025
27025
27026
- ##############################################################
27026
+ ##############################################################
Original file line number Diff line number Diff line change 5
5
6
6
#define USB_VID 0x2341
7
7
#define USB_PID 0x0070
8
+ #define USB_MANUFACTURER "Arduino"
9
+ #define USB_PRODUCT "Nano ESP32"
8
10
9
11
#ifndef __cplusplus
10
12
#define constexpr const
You can’t perform that action at this time.
0 commit comments