mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-29 22:20:37 +00:00
20 lines
390 B
INI
20 lines
390 B
INI
[esp32s2_base]
|
|
extends = esp32_common
|
|
custom_esp32_kind = esp32s2
|
|
|
|
build_src_filter =
|
|
${esp32_common.build_src_filter} - <libpax/> -<nimble/> -<mesh/raspihttp>
|
|
|
|
monitor_speed = 115200
|
|
|
|
build_flags =
|
|
${esp32_common.build_flags}
|
|
-DHAS_BLUETOOTH=0
|
|
-DMESHTASTIC_EXCLUDE_PAXCOUNTER
|
|
-DMESHTASTIC_EXCLUDE_BLUETOOTH
|
|
|
|
lib_ignore =
|
|
${esp32_common.lib_ignore}
|
|
NimBLE-Arduino
|
|
libpax
|