mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add ENUM for a new TBEAM
This commit is contained in:
parent
a72983993c
commit
da5df89939
1 changed files with 5 additions and 0 deletions
|
|
@ -290,6 +290,11 @@ enum HardwareModel {
|
|||
*/
|
||||
HELTEC_V1 = 11;
|
||||
|
||||
/*
|
||||
* New T-BEAM with ESP32-S3 CPU
|
||||
*/
|
||||
LILYGO_TBEAM_S3_CORE = 12;
|
||||
|
||||
/*
|
||||
* Less common/prototype boards listed here (needs one more byte over the air)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue