Address comments

This commit is contained in:
Wessel Nieboer 2026-03-18 22:06:23 +01:00
parent 3c0d186569
commit 1f48d2b869
No known key found for this signature in database
GPG key ID: 27BB1C3D63DEEFFF
3 changed files with 27 additions and 12 deletions

View file

@ -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.
```