Skip to content

Commit 30c871e

Browse files
committed
Switch to BSP 3.0.5
1 parent e0ebc7b commit 30c871e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

platformio.ini

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ lib_deps =
9090

9191
; Common build environment for ESP32 platform
9292
[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
9696
lib_ignore = WiFiNINA, WiFi101, OneWire
9797
monitor_filters = esp32_exception_decoder, time
9898

@@ -354,8 +354,13 @@ build_flags =
354354
-DESP_LOG_LEVEL=5
355355
-DARDUINO_CORE_DEBUG_LEVEL=5
356356
-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
359364
-DARDUINO_LOG_LEVEL=5
360365
-DCORE_DEBUG_LEVEL=5
361366
-DARDUHAL_LOG_LEVEL=5

0 commit comments

Comments
 (0)