mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-12 16:44:20 -08:00
Update Bandwidth description
Change Mhz to kHz and extend the description.
This commit is contained in:
parent
e89312a2f9
commit
0da7aa0b2a
|
@ -66,9 +66,19 @@ In most cases you should use zero here. Units are in dBm.
|
||||||
|
|
||||||
### Bandwidth
|
### Bandwidth
|
||||||
|
|
||||||
Bandwidth in MHz
|
Bandwidth in kHz
|
||||||
|
|
||||||
Certain bandwidth numbers are 'special' and will be converted by the device firmware to the appropriate floating point value: 31 -> 31.25MHz
|
Certain bandwidth numbers are 'special' and will be converted by the device firmware to the appropriate floating point value:
|
||||||
|
| Special Value | Interpreted as |
|
||||||
|
| :---: | :---: |
|
||||||
|
| 31 | 31.25kHz |
|
||||||
|
| 62 | 62.5kHz |
|
||||||
|
| 200 | 203.125kHz |
|
||||||
|
| 400 | 406.25kHz |
|
||||||
|
| 800 | 812.5kHz |
|
||||||
|
| 1600 | 1625.0kHz |
|
||||||
|
|
||||||
|
Please be aware that values < 62.5kHz may require a TCXO on some hardware devices.
|
||||||
|
|
||||||
### Spread Factor
|
### Spread Factor
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue