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:
co-authored by
GitHub
parent
b2d980fc25
commit
7b3f58875a
+2
-2
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user