From 87ba3f87040deb1e87871d308964e280caedb72b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Fri, 15 Aug 2025 13:33:47 +0200 Subject: [PATCH] add Lilygo T-Echo Lite --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index a8de0d81..504b7a56 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -779,6 +779,11 @@ enum HardwareModel { * https://heltec.org/project/meshsolar/ */ HELTEC_MESH_SOLAR = 108; + + /* + * Lilygo T-Echo Lite + */ + T_ECHO_LITE = 109; /* * ------------------------------------------------------------------------------------------------------------------------------------------