Add sensor role

pull/322/head
Ben Meadors 2023-02-24 10:33:53 -06:00
rodzic 275ddfd2d0
commit e8816f2c58
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -55,6 +55,12 @@ message Config {
* Position Mesh packets will be prioritized higher and sent more frequently by default.
*/
TRACKER = 5;
/*
* Sensor device role
* Telemetry Mesh packets will be prioritized higher and sent more frequently by default.
*/
SENSOR = 6;
}
/*