mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #364 from meshtastic/new-hardware
New hardware models
This commit is contained in:
commit
e0b136f5f8
1 changed files with 20 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue