diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 44729341..ea183b8b 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -744,6 +744,16 @@ enum HardwareModel { */ QWANTZ_TINY_ARMS = 101; + /** + * Lilygo T-Deck Pro + */ + T_DECK_PRO = 102; + + /** + * Lilygo TLora Pager + */ + T_LORA_PAGER = 103; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.