mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add Picomputer
This commit is contained in:
parent
0ea704baf5
commit
bf237d0470
1 changed files with 6 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ enum HardwareModel {
|
|||
HELTEC_WIRELESS_PAPER = 49;
|
||||
|
||||
/*
|
||||
* LilyGo T-Deck with ESP32-S3 CPU, Keyboard, and IPS display
|
||||
* LilyGo T-Deck with ESP32-S3 CPU, Keyboard and IPS display
|
||||
*/
|
||||
T_DECK = 50;
|
||||
|
||||
|
|
@ -421,6 +421,11 @@ enum HardwareModel {
|
|||
* LilyGo T-Watch S3 with ESP32-S3 CPU and IPS display
|
||||
*/
|
||||
T_WATCH_S3 = 51;
|
||||
|
||||
/*
|
||||
* Bobricius Picomputer with ESP32-S3 CPU, Keyboard and IPS display
|
||||
*/
|
||||
PICOMPUTER_S3 = 52;
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue