Merge pull request #628 from Jorropo/routastic

add Routastic hardware model
This commit is contained in:
Ben Meadors 2024-12-03 19:27:14 -06:00 committed by GitHub
commit 00c9c9932e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.