From 1bf3c88bda67be40203ac3ea21f7e76f476a05bf Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Thu, 9 Dec 2021 11:19:11 -0800 Subject: [PATCH] Add has_wifi for sacha https://github.com/meshtastic/Meshtastic-device/issues/979 --- mesh.proto | 6 ++++++ 1 file changed, 6 insertions(+) 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) */