Merge pull request #393 from S5NC/E22-900M_S3

Add E22-900M_S3 board number to mesh.proto
This commit is contained in:
Ben Meadors 2023-10-06 15:51:00 -05:00 committed by GitHub
commit 175a5c97fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}