Skip to content

Commit

Permalink
Add Picomputer
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 authored Aug 7, 2023
1 parent 0ea704b commit bf237d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -413,14 +413,19 @@ 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;

/*
* 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;

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit bf237d0

Please sign in to comment.