firmware/variants/t-eth-elite/platformio.ini
Thomas Göttgens 766f316700 new device: Lilygo T-Eth-Elite
Draft for now to check if other builds choke on it.
2025-03-15 00:45:35 +01:00

17 lines
402 B
INI

[env:t-eth-elite]
extends = esp32s3_base
board = esp32s3box
board_check = true
build_flags =
${esp32s3_base.build_flags}
-D PRIVATE_HW
-I variants/t-eth-elite
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
lib_ignore =
Ethernet
lib_deps =
${esp32s3_base.lib_deps}
https://github.com/meshtastic/ETHClass2#v1.0.0