Skip to content

Commit

Permalink
Merge pull request #628 from Jorropo/routastic
Browse files Browse the repository at this point in the history
add Routastic hardware model
  • Loading branch information
thebentern authored Dec 4, 2024
2 parents 02e6576 + 66e7582 commit 00c9c99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,14 @@ enum HardwareModel {
*/
WISMESH_TAP = 84;

/*
* Similar to PORTDUINO but used by Routastic devices, this is not any
* particular device and does not run Meshtastic's code but supports
* the same frame format.
* Runs on linux, see https://github.com/Jorropo/routastic
*/
ROUTASTIC = 85;

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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 00c9c99

Please sign in to comment.