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

@ -425,16 +425,31 @@ This document provides an overview of CLI commands that can be sent to MeshCore
- `set dutycycle <value>`
**Parameters:**
- `value`: Duty cycle percentage (10-100)
- `value`: Duty cycle percentage (1-100)
**Default:** `50%` (equivalent to airtime factor 1.0)
**Examples:**
- `set dutycycle 100` — no duty cycle limit
- `set dutycycle 50` — 50% duty cycle (default)
- `set dutycycle 10` — 10% duty cycle (strictest EU requirement)
- `set dutycycle 10` — 10% duty cycle
- `set dutycycle 1` — 1% duty cycle (strictest EU requirement)
> **Deprecated:** `get af` / `set af` still work but are deprecated in favour of `dutycycle`.
> **Note:** Added in firmware v1.15.0
---
#### View or change the airtime factor (duty cycle limit)
> **Deprecated** as of firmware v1.15.0. Use [`get/set dutycycle`](#view-or-change-the-duty-cycle-limit) instead.
**Usage:**
- `get af`
- `set af <value>`
**Parameters:**
- `value`: Airtime factor (0-9)
**Default:** `1.0`
---