PlatformIO: Re-Org ESP32 family shared props (#9060)

This commit is contained in:
Austin
2025-12-23 19:29:21 -05:00
committed by GitHub
parent 5a3855b208
commit 89c5e4034b
7 changed files with 111 additions and 102 deletions

View File

@@ -1,10 +1,10 @@
[esp32s3_base]
extends = esp32_base
extends = esp32_common
custom_esp32_kind = esp32s3
monitor_speed = 115200
build_flags =
${esp32_base.build_flags}
-DCONFIG_BT_NIMBLE_EXT_ADV=1
-DCONFIG_BT_NIMBLE_MAX_EXT_ADV_INSTANCES=2
${esp32_common.build_flags}
-DCONFIG_BT_NIMBLE_EXT_ADV=1
-DCONFIG_BT_NIMBLE_MAX_EXT_ADV_INSTANCES=2