Merge pull request #58 from mc-hamster/master

Add has_wifi for sacha
pull/59/head
Jm Casler 2021-12-09 11:22:42 -08:00 zatwierdzone przez GitHub
commit 10e6857b1b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -962,6 +962,12 @@ message MyNodeInfo {
*/
repeated uint32 air_period_rx = 17;
/*
* Is the device wifi capable?
*/
bool has_wifi = 18;
/*
* FIXME - add more useful debugging state (queue depths etc)
*/