Skip to content

Commit

Permalink
Update mesh.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
S5NC authored Oct 4, 2023
1 parent 82f6b60 commit abb98c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -1476,4 +1481,4 @@ message DeviceMetadata {
* Has Remote Hardware enabled
*/
bool hasRemoteHardware = 10;
}
}

0 comments on commit abb98c8

Please sign in to comment.