From 7b3f58875a9b49ee72fdc3bb545c424db3da2632 Mon Sep 17 00:00:00 2001 From: "Valentin V. Bartenev" Date: Thu, 23 Apr 2026 22:44:39 +0300 Subject: [PATCH] Fix example comment in airtime.h (#10275) Looks like a copy'n'paste typo from the previous line. It definitely meant to be RX_ALL_LOG according to comment. --- src/airtime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/airtime.h b/src/airtime.h index 3ed7b6d7c..8e3e6c557 100644 --- a/src/airtime.h +++ b/src/airtime.h @@ -19,8 +19,8 @@ TX_LOG + RX_LOG = Total air time for a particular meshtastic channel. - TX_LOG + RX_LOG = Total air time for a particular meshtastic channel, including - other lora radios. + TX_LOG + RX_ALL_LOG = Total air time for a particular meshtastic channel, including + other lora radios. RX_ALL_LOG - RX_LOG = Other lora radios on our frequency channel. */