Skip to content

Commit

Permalink
Merge pull request #489 from SCWhite/master
Browse files Browse the repository at this point in the history
add HardwareModel: TWC_MESH_V4 to mesh.proto HardwareModel enum
  • Loading branch information
thebentern authored Apr 23, 2024
2 parents eade2c6 + ef2502f commit 86640f2
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 @@ -515,6 +515,11 @@ enum HardwareModel {
*/
CDEBYTE_EORA_S3 = 61;

/*
* TWC_MESH_V4
* Adafruit NRF52840 feather express with SX1262, SSD1306 OLED and NEO6M GPS
*/
TWC_MESH_V4 = 62;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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 86640f2

Please sign in to comment.