Add get/set dutycycle command
We translate to af internally, it's easier to store and doesn't break stored prefs. Made get/set af command show deprecated, but it still works fine.
This commit is contained in:
committed by
Wessel Nieboer
parent
b47b85773d
commit
f6338430f8
@@ -28,9 +28,11 @@ set lon {longitude}
|
||||
Sets your advertisement map longitude. (decimal degrees)
|
||||
|
||||
```
|
||||
set af {air-time-factor}
|
||||
set dutycycle {percent}
|
||||
```
|
||||
Sets the transmit air-time-factor.
|
||||
Sets the transmit duty cycle limit (10-100%). Example: `set dutycycle 10` for 10%.
|
||||
|
||||
> **Deprecated:** `set af` still works but is deprecated in favour of `set dutycycle`.
|
||||
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user