mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-04-19 13:02:14 +03:00
Update API.md
Fix typo 866E6 to 868E6
This commit is contained in:
parent
c1bb134755
commit
01bf044b76
2
API.md
2
API.md
@ -293,7 +293,7 @@ Change the frequency of the radio.
|
|||||||
```arduino
|
```arduino
|
||||||
LoRa.setFrequency(frequency);
|
LoRa.setFrequency(frequency);
|
||||||
```
|
```
|
||||||
* `frequency` - frequency in Hz (`433E6`, `866E6`, `915E6`)
|
* `frequency` - frequency in Hz (`433E6`, `868E6`, `915E6`)
|
||||||
|
|
||||||
### Spreading Factor
|
### Spreading Factor
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user