Exclude web server, paxcounter and few others from original ESP32 generation to fix IRAM overflow (#10005)

* Exclude web server, paxcounter and few others from original ESP32 generation to fix IRAM overflow

* Update variants/esp32/esp32.ini

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update variants/esp32/esp32.ini

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update build source filter in esp32.ini

Removed WiFiAPClient.cpp from build source filter.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Meadors
2026-03-25 17:52:02 -05:00
committed by GitHub
co-authored by Copilot
parent b9bdc87367
commit c4bac04be3
3 changed files with 34 additions and 8 deletions
+3
View File
@@ -10,6 +10,9 @@ custom_meshtastic_tags = B&Q
extends = esp32_base
board = ttgo-t-beam
build_unflags =
${esp32_common.build_unflags}
-DBOARD_HAS_PSRAM
build_flags =
${esp32_base.build_flags}
-D STATION_G1