fix table in lora.mdx

This commit is contained in:
rcarteraz 2023-04-20 13:46:51 -07:00
parent 8f925adbb0
commit 1c343148d5

View file

@ -66,17 +66,16 @@ In most cases you should use zero here. Units are in dBm.
### Bandwidth ### Bandwidth
Bandwidth in kHz
Certain bandwidth numbers are 'special' and will be converted by the device firmware to the appropriate floating point value: Certain bandwidth numbers are 'special' and will be converted by the device firmware to the appropriate floating point value:
| Special Value | Interpreted as |
| :---: | :---: | | Special Value | Interpreted As |
| 31 | 31.25kHz | | :-----------: | :------------: |
| 62 | 62.5kHz | | 31 | 31.25 kHz |
| 200 | 203.125kHz | | 62 | 62.5 kHz |
| 400 | 406.25kHz | | 200 | 203.125 kHz |
| 800 | 812.5kHz | | 400 | 406.25 kHz |
| 1600 | 1625.0kHz | | 800 | 812.5 kHz |
| 1600 | 1625.0 kHz |
Please be aware that values < 62.5kHz may require a TCXO on some hardware devices. Please be aware that values < 62.5kHz may require a TCXO on some hardware devices.