* Document that src/mesh/generated is auto-generated and must not be edited

* Fix esp32s2 build by enabling native USB CDC, add S2 to check matrix (#10799)
This commit is contained in:
Thomas Göttgens
2026-06-30 06:01:48 -05:00
committed by GitHub
co-authored by GitHub
parent 87bb149afb
commit 3edc89d087
4 changed files with 6 additions and 0 deletions
+3
View File
@@ -16,6 +16,9 @@ build_flags =
custom_sdkconfig =
${esp32_common.custom_sdkconfig}
; ESP32-S2 has no USB-Serial-JTAG peripheral (issue #10799)
CONFIG_TINYUSB_ENABLED=y
CONFIG_TINYUSB_CDC_ENABLED=y
lib_ignore =
${esp32_common.lib_ignore}
@@ -2,6 +2,7 @@
extends = esp32s2_base
board = lolin_s2_mini
board_level = extra
board_check = true
build_flags =
${esp32s2_base.build_flags}
-D PRIVATE_HW