From 109ea16d17545988cd19e692538cab198f9e5dfa Mon Sep 17 00:00:00 2001 From: Manuel <71137295+mverch67@users.noreply.github.com> Date: Sat, 7 Mar 2026 17:08:37 +0100 Subject: [PATCH 1/2] add LilyGo T-Display S3 Pro --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index d7f6647..4d17449 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -865,6 +865,11 @@ enum HardwareModel { */ MINI_EPAPER_S3 = 125; + /* + * LilyGo T-Display S3 Pro LR1121 + */ + TDISPLAY_S3_PRO = 126; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits. From 0cc9cb224e38523d794fdc5c6bb5c86f49720057 Mon Sep 17 00:00:00 2001 From: Manuel <71137295+mverch67@users.noreply.github.com> Date: Sat, 7 Mar 2026 17:12:43 +0100 Subject: [PATCH 2/2] fix formatting --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 4d17449..44888e9 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -868,7 +868,7 @@ enum HardwareModel { /* * LilyGo T-Display S3 Pro LR1121 */ - TDISPLAY_S3_PRO = 126; + TDISPLAY_S3_PRO = 126; /* * ------------------------------------------------------------------------------------------------------------------------------------------