Files
meshtastic_firmware/variants/esp32s3/t-eth-elite/platformio.ini
T
AustinandGitHub a0c4987c75 Narrow "PR" candidates (now only 17) (#11294)
These boards should be built when changes are made to the Meshtastic Core. Narrowed signficantly to stop wasting time.
2026-07-30 17:20:54 -04:00

24 lines
585 B
INI

[env:t-eth-elite]
extends = esp32s3_base
board = esp32s3box
board_check = true
board_build.partitions = default_16MB.csv
build_flags =
${esp32s3_base.build_flags}
-D T_ETH_ELITE
-D HAS_UDP_MULTICAST=1
-I variants/esp32s3/t-eth-elite
custom_sdkconfig =
${esp32s3_base.custom_sdkconfig}
CONFIG_ETH_ENABLED=y
CONFIG_ARDUINO_SELECTIVE_Ethernet=y
; lib_ignore =
; Ethernet
; lib_deps =
; ${esp32s3_base.lib_deps}
; # renovate: datasource=github-tags depName=ETHClass2 packageName=meshtastic/ETHClass2
; https://github.com/meshtastic/ETHClass2/archive/v1.0.0.zip