We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e6576 commit 66e7582Copy full SHA for 66e7582
meshtastic/mesh.proto
@@ -656,6 +656,14 @@ enum HardwareModel {
656
*/
657
WISMESH_TAP = 84;
658
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
+
667
/*
668
* ------------------------------------------------------------------------------------------------------------------------------------------
669
* 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