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
+6 -1
View File
@@ -12,7 +12,12 @@ build_flags =
-DHAS_BLUETOOTH=0
-DMESHTASTIC_EXCLUDE_PAXCOUNTER
-DMESHTASTIC_EXCLUDE_BLUETOOTH
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
lib_ignore =
${esp32_common.lib_ignore}
NimBLE-Arduino