docs: clarify beacon_interval documentation

A microsecond is commonly abbreviated as µs. This prevents confusions
between micro- (µs) and milliseconds (ms).
This commit is contained in:
Martin Weinelt 2020-05-30 22:20:41 +02:00
parent de1b214c55
commit 97e5434b32
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

View File

@ -120,7 +120,7 @@ wifi24 \: optional
WLAN configuration for 2.4 GHz devices.
``channel`` must be set to a valid wireless channel for your radio.
``beacon_interval`` can be specified to set a custom beacon interval in
time units (TU). A time unit is equivalent to 1024 microseconds.
time units (TU). A time unit is equivalent to 1024 µs.
If not set, the default value of 100 TU (=102.4 ms) is used.