mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #383 from markbirss/develop
Update mesh.proto add Heltec HT-62 ESP32-C3
This commit is contained in:
commit
468ff2e245
1 changed files with 7 additions and 2 deletions
|
|
@ -431,7 +431,12 @@ enum HardwareModel {
|
|||
* Bobricius Picomputer with ESP32-S3 CPU, Keyboard and IPS display
|
||||
*/
|
||||
PICOMPUTER_S3 = 52;
|
||||
|
||||
|
||||
/*
|
||||
* Heltec HT-CT62 with ESP32-C3 CPU and SX1262 LoRa
|
||||
*/
|
||||
HELTEC_HT62 = 53;
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
|
|
@ -1472,4 +1477,4 @@ message DeviceMetadata {
|
|||
* Has Remote Hardware enabled
|
||||
*/
|
||||
bool hasRemoteHardware = 10;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue