Skip to content

Commit

Permalink
Merge pull request #484 from S5NC/CDEBYTE_EoRa-S3
Browse files Browse the repository at this point in the history
Add CDEBYTE_EORA_S3 to mesh.proto HardwareModel enum
  • Loading branch information
thebentern committed Apr 16, 2024
2 parents f92900c + a650d05 commit ecf105f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ecf105f

Please sign in to comment.