From c7b65fb5259d6a25b393f0b7a12b8501e1f795b8 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Tue, 7 Dec 2021 11:31:09 -0800 Subject: [PATCH] Fix typo --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index 74c37e7..d760b0d 100644 --- a/mesh.proto +++ b/mesh.proto @@ -966,7 +966,7 @@ message MyNodeInfo { * 48 time windows of 1hr each with the airtime of valid lora packets. This includes * packets that doesn't belong to your mesh. */ - repeated uint32 air_period_tx_all = 18; + repeated uint32 air_period_rx_all = 18; /* * FIXME - add more useful debugging state (queue depths etc)