Merge pull request #697 from meshtastic/hw-model

add T-Deck Pro and TLora Pager HW model IDs
This commit is contained in:
Ben Meadors 2025-06-05 12:29:51 -05:00 committed by GitHub
commit ebaf8cfede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.