Skip to content

Commit 00c9c99

Browse files
authored
Merge pull request #628 from Jorropo/routastic
add Routastic hardware model
2 parents 02e6576 + 66e7582 commit 00c9c99

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

meshtastic/mesh.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,14 @@ enum HardwareModel {
656656
*/
657657
WISMESH_TAP = 84;
658658

659+
/*
660+
* Similar to PORTDUINO but used by Routastic devices, this is not any
661+
* particular device and does not run Meshtastic's code but supports
662+
* the same frame format.
663+
* Runs on linux, see https://github.com/Jorropo/routastic
664+
*/
665+
ROUTASTIC = 85;
666+
659667
/*
660668
* ------------------------------------------------------------------------------------------------------------------------------------------
661669
* 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.

0 commit comments

Comments
 (0)