Merge pull request #484 from S5NC/CDEBYTE_EoRa-S3

Add CDEBYTE_EORA_S3 to mesh.proto HardwareModel enum
This commit is contained in:
Ben Meadors 2024-04-15 20:52:07 -05:00 committed by GitHub
commit ecf105f66d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -510,6 +510,11 @@ enum HardwareModel {
*/
TD_LORAC = 60;
/*
* CDEBYTE EoRa-S3 board using their own MM modules, clone of LILYGO T3S3
*/
CDEBYTE_EORA_S3 = 61;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.