From c6f4d4f6498a28d0e53935202282d746cb8a8cca Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 7 Jul 2023 07:00:23 -0500 Subject: [PATCH] Hardware models --- meshtastic/mesh.proto | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 8c50965..5bee2c6 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -397,6 +397,26 @@ enum HardwareModel { */ RPI_PICO = 47; + /* + * Heltec Wireless Tracker with ESP32-S3 CPU, built-in GPS, and TFT + */ + HELTEC_WIRELESS_TRACKER = 48; + + /* + * Heltec Wireless Paper with ESP32-S3 CPU and E-Ink display + */ + HELTEC_WIRELESS_PAPER = 49; + + /* + * LilyGo T-Deck with ESP32-S3 CPU, Keyboard, and IPS display + */ + T_DECK = 50; + + /* + * LilyGo T-Watch S3 with ESP32-S3 CPU and IPS display + */ + T_WATCH_S3 = 51; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.