mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #697 from meshtastic/hw-model
add T-Deck Pro and TLora Pager HW model IDs
This commit is contained in:
commit
ebaf8cfede
1 changed files with 10 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue