diff --git a/mesh.proto b/mesh.proto index 2bcc692..a4bd508 100644 --- a/mesh.proto +++ b/mesh.proto @@ -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) */