Merge pull request #755 from meshtastic/T-Echo-Lite

add Lilygo T-Echo Lite
This commit is contained in:
Ben Meadors 2025-08-15 14:18:35 -05:00 committed by GitHub
commit 5dd723fe6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -779,6 +779,11 @@ enum HardwareModel {
* https://heltec.org/project/meshsolar/
*/
HELTEC_MESH_SOLAR = 108;
/*
* Lilygo T-Echo Lite
*/
T_ECHO_LITE = 109;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------