1
0
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:
IoTThinks.com 2021-02-22 11:34:01 +07:00 committed by Sandeep Mistry
parent c1bb134755
commit 01bf044b76

2
API.md
View File

@ -293,7 +293,7 @@ Change the frequency of the radio.
```arduino
LoRa.setFrequency(frequency);
```
* `frequency` - frequency in Hz (`433E6`, `866E6`, `915E6`)
* `frequency` - frequency in Hz (`433E6`, `868E6`, `915E6`)
### Spreading Factor