From bf237d047027d9eee417985c2fddf1514ebf6570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Mon, 7 Aug 2023 19:04:17 +0200 Subject: [PATCH] Add Picomputer --- meshtastic/mesh.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 85ba046a..bace0664 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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; /* * ------------------------------------------------------------------------------------------------------------------------------------------