mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-22 09:31:10 +00:00
11 lines
210 B
INI
11 lines
210 B
INI
[esp32s3_base]
|
|
extends = esp32_base
|
|
custom_esp32_kind = esp32s3
|
|
|
|
monitor_speed = 115200
|
|
|
|
# Work around BLE initialization failure
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-DCONFIG_BT_NIMBLE_PINNED_TO_CORE=1
|