Tento commit je obsažen v:
Wessel Nieboer
2026-03-23 14:31:08 +01:00
odevzdal Wessel Nieboer
rodič 741392889d
revize 728b586c3a
3 změnil soubory, kde provedl 27 přidání a 12 odebrání
+5 -2
Zobrazit soubor
@@ -30,9 +30,12 @@ Sets your advertisement map longitude. (decimal degrees)
```
set dutycycle {percent}
```
Sets the transmit duty cycle limit (10-100%). Example: `set dutycycle 10` for 10%.
Sets the transmit duty cycle limit (1-100%). Example: `set dutycycle 10` for 10%.
> **Deprecated:** `set af` still works but is deprecated in favour of `set dutycycle`.
```
set af {air-time-factor}
```
Sets the transmit air-time-factor. Deprecated — use `set dutycycle` instead.
```