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.
This commit is contained in:
Valentin V. Bartenev
2026-04-23 14:44:39 -05:00
committed by GitHub
co-authored by GitHub
parent b2d980fc25
commit 7b3f58875a
+2 -2
View File
@@ -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.
*/