File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
variants/arduino_nano_nora Expand file tree Collapse file tree 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
2602826028nano_nora.build.boot=qio
2602926029nano_nora.build.boot_freq=80m
2603026030nano_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
2603226032nano_nora.build.loop_core=-DARDUINO_RUNNING_CORE=1
2603326033nano_nora.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
2603426034nano_nora.build.psram_type=opi
@@ -27023,4 +27023,4 @@ esp32s3_powerfeather.menu.EraseFlash.none.upload.erase_cmd=
2702327023esp32s3_powerfeather.menu.EraseFlash.all=Enabled
2702427024esp32s3_powerfeather.menu.EraseFlash.all.upload.erase_cmd=-e
2702527025
27026- ##############################################################
27026+ ##############################################################
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments