fix C3 board settings

This commit is contained in:
MichaelDvP
2025-01-24 19:22:49 +01:00
parent 581f19462d
commit e5f852a7ed
2 changed files with 1 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
},
"core": "esp32",
"extra_flags": [
"-DTASMOTA_SDK",
"-DARDUINO_LOLIN_C3_MINI",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_USB_CDC_ON_BOOT=1"

View File

@@ -176,10 +176,7 @@ extends = espressif32_base_T_4M
board = c3_mini_4M
build_flags =
${common.build_flags}
-DTASMOTA_SDK
-DBOARD_C3_MINI_V1
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1
;
; Building and testing natively, standalone without an ESP32.