add Routastic hardware model

This commit is contained in:
Jorropo 2024-11-25 22:57:37 +01:00
parent 02e6576efa
commit 66e7582f85

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.