EXCLUDE_AUDIO on (original) ESP32 (#9276)

iram is scarce, give it back!
This commit is contained in:
Austin
2026-01-12 08:43:09 -06:00
committed by GitHub
co-authored by GitHub
parent 723d8cac79
commit f4d7dab4ca
5 changed files with 18 additions and 4 deletions
-2
View File
@@ -65,8 +65,6 @@ lib_deps =
https://github.com/dbinfrago/libpax/archive/3cdc0371c375676a97967547f4065607d4c53fd1.zip
# renovate: datasource=github-tags depName=XPowersLib packageName=lewisxhe/XPowersLib
https://github.com/lewisxhe/XPowersLib/archive/v0.3.2.zip
# 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
# renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
rweather/Crypto@0.4.0
+2 -1
View File
@@ -5,4 +5,5 @@ extends = esp32_common
custom_esp32_kind = esp32
build_flags =
${esp32_common.build_flags}
${esp32_common.build_flags}
-DMESHTASTIC_EXCLUDE_AUDIO=1