From 9bc1a9a49674bb2f4ed5a13b7f174d66bf5a39e3 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 19 Mar 2022 14:09:43 -0500 Subject: [PATCH] Not sure what these area but I'm removing for now --- mesh.proto | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/mesh.proto b/mesh.proto index 52f96ec..7c10199 100644 --- a/mesh.proto +++ b/mesh.proto @@ -1201,21 +1201,6 @@ message MyNodeInfo { * Percent of airtime for transmission used within the last hour. */ float air_util_tx = 20; - /* - * How many routers are we in range of? - */ - repeated uint32 router = 21; - - /* - * What is the snr of the last router message? - */ - repeated float router_snr = 22; - - /* - * How long has it been since we last heard from the router? - */ - repeated uint32 router_sec = 23; - } /*