diff --git a/404.html b/404.html index 7d9e4cad..34fe5b8c 100644 --- a/404.html +++ b/404.html @@ -17,7 +17,7 @@ - + diff --git a/cli_commands/index.html b/cli_commands/index.html index e64636e6..367c7cbf 100644 --- a/cli_commands/index.html +++ b/cli_commands/index.html @@ -23,7 +23,7 @@ - + @@ -1330,17 +1330,6 @@ - - -
  • - - - - View the bridge source - - - -
  • @@ -2785,17 +2774,6 @@ -
  • - -
  • - - - - View the bridge source - - - -
  • @@ -3264,7 +3242,12 @@ - get af - set af <value>

    Parameters: -- value: Airtime factor (0-9)

    +- value: Airtime factor (0-9). After each transmission, the repeater enforces a silent period of approximately the on-air transmission time multiplied by the value. This results in a long-term duty cycle of roughly 1 divided by (1 plus the value). For example: + - af = 1 → ~50% duty + - af = 2 → ~33% duty + - af = 3 → ~25% duty + - af = 9 → ~10% duty
    + Yyou are responsible for choosing a value that is appropriate for your jurisdiction and channel plan (for example EU 868 Mhz 10% duty cycle regulation).

    Default: 1.0


    View or change the local interference threshold

    @@ -3535,10 +3518,6 @@ region save - state: on|off

    Default: off


    -

    View the bridge source

    -

    Usage: -- get bridge.source

    -

    Add a delay to packets routed through this bridge

    Usage: - get bridge.delay diff --git a/companion_protocol/index.html b/companion_protocol/index.html index b66d91f3..210becf1 100644 --- a/companion_protocol/index.html +++ b/companion_protocol/index.html @@ -23,7 +23,7 @@ - + diff --git a/docs/index.html b/docs/index.html index 92ce35f1..8653226c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,7 +23,7 @@ - + diff --git a/faq/index.html b/faq/index.html index aa09b8b7..eb1287a1 100644 --- a/faq/index.html +++ b/faq/index.html @@ -23,7 +23,7 @@ - + diff --git a/index.html b/index.html index 0e856150..94b75955 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ - + diff --git a/kiss_modem_protocol/index.html b/kiss_modem_protocol/index.html index cb3df4e7..49cf1ce8 100644 --- a/kiss_modem_protocol/index.html +++ b/kiss_modem_protocol/index.html @@ -23,7 +23,7 @@ - + diff --git a/nrf52_power_management/index.html b/nrf52_power_management/index.html index 55a80ba7..1f3de29f 100644 --- a/nrf52_power_management/index.html +++ b/nrf52_power_management/index.html @@ -23,7 +23,7 @@ - + diff --git a/packet_format/index.html b/packet_format/index.html index c61775c3..919669b4 100644 --- a/packet_format/index.html +++ b/packet_format/index.html @@ -23,7 +23,7 @@ - + @@ -517,6 +517,17 @@ +

  • + +
  • + + + + Path Length Encoding + + + +
  • @@ -731,6 +742,17 @@ +
  • + +
  • + + + + Path Length Encoding + + + +
  • @@ -841,10 +863,21 @@
  • transport_code_2 - 2 bytes - uint16_t - reserved
  • -
  • path_length - 1 byte - Length of the path field in bytes
  • -
  • path - size provided by path_length - Path to use for Direct Routing