File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ lib_deps =
90
90
91
91
; Common build environment for ESP32 platform
92
92
[common:esp32]
93
- ; platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04 /platform-espressif32.zip
94
- ; This is needed for Adafruit Feather C6 in platformio (until 51.03.05):
95
- platform = https://github.com/pioarduino/platform-espressif32# develop
93
+ platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05 /platform-espressif32.zip
94
+ ; This is needed for occasional new features and bug fixes
95
+ ; platform = https://github.com/pioarduino/platform-espressif32#develop
96
96
lib_ignore = WiFiNINA, WiFi101, OneWire
97
97
monitor_filters = esp32_exception_decoder, time
98
98
@@ -354,8 +354,13 @@ build_flags =
354
354
-DESP_LOG_LEVEL =5
355
355
-DARDUINO_CORE_DEBUG_LEVEL =5
356
356
-DARDUINO_DEBUG_LEVEL =5
357
- -DARDUINO_DEBUG_OUTPUT =Serial1
358
- -DARDUINO_DEBUG_BAUD =115200
357
+ # -DARDUINO_DEBUG_OUTPUT=Serial
358
+ # -DARDUINO_DEBUG_BAUD=115200
359
+ -DARDUINO_USB_CDC_ON_BOOT =1
360
+ ; cdc + usb otg (tinyusb)
361
+ -DARDUINO_USB_MODE =0
362
+ ; hwcdc jtag
363
+ ; -DARDUINO_USB_MODE=1
359
364
-DARDUINO_LOG_LEVEL =5
360
365
-DCORE_DEBUG_LEVEL =5
361
366
-DARDUHAL_LOG_LEVEL =5
You can’t perform that action at this time.
0 commit comments