* 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>
21 lines
542 B
INI
21 lines
542 B
INI
; The 1.0 release of the nano-g1 board
|
|
[env:station-g1]
|
|
custom_meshtastic_hw_model = 25
|
|
custom_meshtastic_hw_model_slug = STATION_G1
|
|
custom_meshtastic_architecture = esp32
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 3
|
|
custom_meshtastic_display_name = Station G1
|
|
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
|
|
-I variants/esp32/station-g1
|
|
-ULED_BUILTIN
|