From f028d44609b3c4e89f836f27ab8efcc751dbefa2 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 13 Sep 2023 20:07:31 +0200 Subject: [PATCH] Added airtime config info to docs --- docs/source/interfaces.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/source/interfaces.rst b/docs/source/interfaces.rst index 3c2d12a..e359eff 100644 --- a/docs/source/interfaces.rst +++ b/docs/source/interfaces.rst @@ -365,6 +365,7 @@ can be used, and offers full control over LoRa parameters. # out identification on the channel with # a set interval by configuring the # following two parameters. + # id_callsign = MYCALL-0 # id_interval = 600 @@ -372,7 +373,21 @@ can be used, and offers full control over LoRa parameters. # with low amounts of RAM, using packet # flow control can be useful. By default # it is disabled. - flow_control = False + + # flow_control = False + + # It is possible to limit the airtime + # utilisation of an RNode by using the + # following two configuration options. + # The short-term limit is applied in a + # window of approximately 15 seconds, + # and the long-term limit is enforced + # over a rolling 60 minute window. Both + # options are specified in percent. + + # airtime_limit_long = 1.5 + # airtime_limit_short = 33 + .. _interfaces-serial: