Fix Lolin S2 USB CDC setup (#1251)

This commit fixes an issue with this board pointed out in ESP32 Arduino Github.

https://github.com/espressif/arduino-esp32/issues/8977#issuecomment-1850888549
This commit is contained in:
Rodrigo Garcia
2023-12-12 07:02:14 -03:00
committed by GitHub
parent fa33c2bd94
commit 638487696c
+2 -1
View File
@@ -7,7 +7,8 @@
"extra_flags": [
"-DARDUINO_LOLIN_S2_MINI",
"-DBOARD_HAS_PSRAM",
"-DARDUINO_USB_CDC_ON_BOOT=1"
"-DARDUINO_USB_CDC_ON_BOOT=1",
"-DARDUINO_USB_MODE=0"
],
"f_cpu": "240000000L",
"f_flash": "80000000L",