mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add HardwareModel: TWC_MESH_V4
This commit is contained in:
parent
eade2c6bef
commit
ef2502fb3a
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue