mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add UNPHONE to mesh.proto HardwareModel enum
See PR https://github.com/meshtastic/firmware/pull/3530 to main meshtastic firmware.
This commit is contained in:
parent
e6b4c590e7
commit
42da320406
1 changed files with 5 additions and 0 deletions
|
|
@ -499,6 +499,11 @@ enum HardwareModel {
|
|||
*/
|
||||
HELTEC_WIRELESS_TRACKER_V1_0 = 58;
|
||||
|
||||
/*
|
||||
* unPhone with ESP32-S3, TFT touchscreen, LSM6DS3TR-C accelerometer and gyroscope
|
||||
*/
|
||||
UNPHONE = 59;
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue