Add Picomputer

This commit is contained in:
Thomas Göttgens 2023-08-07 19:04:17 +02:00 committed by GitHub
parent 0ea704baf5
commit bf237d0470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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