Skip to content

Commit 66e7582

Browse files
committed
add Routastic hardware model
1 parent 02e6576 commit 66e7582

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

meshtastic/mesh.proto

+8
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)