Skip to content

Commit

Permalink
Merge pull request #378 from meshtastic/picomputer
Browse files Browse the repository at this point in the history
Add Picomputer
  • Loading branch information
thebentern authored Aug 7, 2023
2 parents 3105696 + bf237d0 commit d473009
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 d473009

Please sign in to comment.