2022-12-14 13:32:26 +01:00
|
|
|
[esp32s2_base]
|
2025-12-23 19:29:21 -05:00
|
|
|
extends = esp32_common
|
2024-05-30 18:59:10 +03:00
|
|
|
custom_esp32_kind = esp32s2
|
2023-05-08 14:03:03 +02:00
|
|
|
|
2022-12-14 13:32:26 +01:00
|
|
|
build_src_filter =
|
2025-12-23 19:29:21 -05:00
|
|
|
${esp32_common.build_src_filter} - <libpax/> -<nimble/> -<mesh/raspihttp>
|
2023-05-08 14:03:03 +02:00
|
|
|
|
2022-12-14 13:32:26 +01:00
|
|
|
monitor_speed = 115200
|
|
|
|
|
|
|
|
|
|
build_flags =
|
2025-12-23 19:29:21 -05:00
|
|
|
${esp32_common.build_flags}
|
2022-12-14 13:32:26 +01:00
|
|
|
-DHAS_BLUETOOTH=0
|
2024-04-22 10:47:11 +02:00
|
|
|
-DMESHTASTIC_EXCLUDE_PAXCOUNTER
|
|
|
|
|
-DMESHTASTIC_EXCLUDE_BLUETOOTH
|
2026-01-12 09:43:09 -05:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
2022-12-14 13:32:26 +01:00
|
|
|
lib_ignore =
|
2025-12-23 19:29:21 -05:00
|
|
|
${esp32_common.lib_ignore}
|
2024-04-22 10:47:11 +02:00
|
|
|
NimBLE-Arduino
|
2025-04-09 13:31:40 -04:00
|
|
|
libpax
|