2025-12-23 19:29:21 -05:00
|
|
|
; Common settings for ESP32 OG (without suffix)
|
|
|
|
|
; See 'esp32_common' for common ESP32-family settings
|
2022-09-12 14:02:21 +02:00
|
|
|
[esp32_base]
|
2025-12-23 19:29:21 -05:00
|
|
|
extends = esp32_common
|
2024-05-30 18:59:10 +03:00
|
|
|
custom_esp32_kind = esp32
|
2023-05-08 14:03:03 +02:00
|
|
|
|
2022-09-12 14:02:21 +02:00
|
|
|
build_flags =
|
2025-12-23 19:29:21 -05:00
|
|
|
${esp32_common.build_flags}
|
2025-12-12 12:36:52 -05:00
|
|
|
-mtext-section-literals
|
|
|
|
|
-DMESHTASTIC_EXCLUDE_AUDIO=1
|
|
|
|
|
|
|
|
|
|
custom_sdkconfig =
|
|
|
|
|
${esp32_common.custom_sdkconfig}
|
2026-01-20 19:03:57 -05:00
|
|
|
|
2026-01-19 12:12:01 -06:00
|
|
|
; Override lib_deps to use environmental_extra_no_bsec instead of environmental_extra
|
|
|
|
|
; BSEC library uses ~3.5KB DRAM which causes overflow on original ESP32 targets
|
|
|
|
|
lib_deps =
|
|
|
|
|
${arduino_base.lib_deps}
|
|
|
|
|
${networking_base.lib_deps}
|
|
|
|
|
${networking_extra.lib_deps}
|
|
|
|
|
${environmental_base.lib_deps}
|
|
|
|
|
${environmental_extra_no_bsec.lib_deps}
|
|
|
|
|
${radiolib_base.lib_deps}
|
2026-01-21 18:37:43 -05:00
|
|
|
# TODO renovate
|
|
|
|
|
https://github.com/jackjansen/esp32_idf5_https_server/archive/v1.1.1.zip
|
2026-01-19 12:12:01 -06:00
|
|
|
# renovate: datasource=custom.pio depName=NimBLE-Arduino packageName=h2zero/library/NimBLE-Arduino
|
2026-01-20 19:03:57 -05:00
|
|
|
h2zero/NimBLE-Arduino@1.4.3
|
2026-01-21 18:37:43 -05:00
|
|
|
# TODO renovate
|
|
|
|
|
https://github.com/mverch67/libpax/archive/6f52ee989301cdabaeef00bcbf93bff55708ce2f.zip
|
|
|
|
|
# renovate: datasource=custom.pio depName=XPowersLib packageName=lewisxhe/library/XPowersLib
|
|
|
|
|
lewisxhe/XPowersLib@0.3.2
|
2026-01-19 12:12:01 -06:00
|
|
|
# renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
|
2026-01-20 19:03:57 -05:00
|
|
|
rweather/Crypto@0.4.0
|