mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
fix table in lora.mdx
This commit is contained in:
parent
8f925adbb0
commit
1c343148d5
|
@ -66,17 +66,16 @@ In most cases you should use zero here. Units are in dBm.
|
|||
|
||||
### Bandwidth
|
||||
|
||||
Bandwidth in kHz
|
||||
|
||||
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 |
|
||||
|
||||
| Special Value | Interpreted As |
|
||||
| :-----------: | :------------: |
|
||||
| 31 | 31.25 kHz |
|
||||
| 62 | 62.5 kHz |
|
||||
| 200 | 203.125 kHz |
|
||||
| 400 | 406.25 kHz |
|
||||
| 800 | 812.5 kHz |
|
||||
| 1600 | 1625.0 kHz |
|
||||
|
||||
Please be aware that values < 62.5kHz may require a TCXO on some hardware devices.
|
||||
|
||||
|
|
Loading…
Reference in a new issue