mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #393 from S5NC/E22-900M_S3
Add E22-900M_S3 board number to mesh.proto
This commit is contained in:
commit
175a5c97fb
1 changed files with 6 additions and 1 deletions
|
|
@ -435,6 +435,11 @@ enum HardwareModel {
|
|||
* Heltec HT-CT62 with ESP32-C3 CPU and SX1262 LoRa
|
||||
*/
|
||||
HELTEC_HT62 = 53;
|
||||
|
||||
/*
|
||||
* E22-900M series modules with ESP32-S3
|
||||
*/
|
||||
E22_900M_S3 = 54;
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
|
@ -1476,4 +1481,4 @@ message DeviceMetadata {
|
|||
* Has Remote Hardware enabled
|
||||
*/
|
||||
bool hasRemoteHardware = 10;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue