Not sure what these area but I'm removing for now

This commit is contained in:
Ben Meadors 2022-03-19 14:09:43 -05:00
parent 6a753e1184
commit 9bc1a9a496

View file

@ -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;
}
/*