Skip to content

Commit

Permalink
Merge pull request #393 from S5NC/E22-900M_S3
Browse files Browse the repository at this point in the history
Add E22-900M_S3 board number to mesh.proto
  • Loading branch information
thebentern committed Oct 6, 2023
2 parents 82f6b60 + abb98c8 commit 175a5c9
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 175a5c9

Please sign in to comment.