Add has_wifi for sacha

https://github.com/meshtastic/Meshtastic-device/issues/979
This commit is contained in:
Jm Casler 2021-12-09 11:19:11 -08:00
parent 8ad97d4506
commit 1bf3c88bda

View file

@ -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)
*/