mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #484 from S5NC/CDEBYTE_EoRa-S3
Add CDEBYTE_EORA_S3 to mesh.proto HardwareModel enum
This commit is contained in:
commit
ecf105f66d
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue