mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-31 07:01:03 +00:00
21 lines
605 B
INI
21 lines
605 B
INI
[esp32s3_base]
|
|
extends = esp32_common
|
|
custom_esp32_kind = esp32s3
|
|
|
|
monitor_speed = 115200
|
|
|
|
build_flags =
|
|
${esp32_common.build_flags}
|
|
-mtext-section-literals
|
|
|
|
custom_sdkconfig =
|
|
${esp32_common.custom_sdkconfig}
|
|
CONFIG_BT_NIMBLE_EXT_ADV=y
|
|
CONFIG_BT_NIMBLE_TRANSPORT_EVT_SIZE=257
|
|
CONFIG_BT_NIMBLE_MAX_EXT_ADV_INSTANCES=2
|
|
|
|
lib_deps =
|
|
${esp32_common.lib_deps}
|
|
# renovate: datasource=git-refs depName=meshtastic-ESP32_Codec2 packageName=https://github.com/meshtastic/ESP32_Codec2 gitBranch=master
|
|
https://github.com/meshtastic/ESP32_Codec2/archive/633326c78ac251c059ab3a8c430fcdf25b41672f.zip
|