Merge pull request #628 from Jorropo/routastic

add Routastic hardware model
pull/631/head v2.5.16
Ben Meadors 2024-12-03 19:27:14 -06:00 zatwierdzone przez GitHub
commit 00c9c9932e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

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