Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
Fix typo 866E6 to 868E6
  • Loading branch information
IoTThinks authored and sandeepmistry committed Feb 27, 2021
1 parent c1bb134 commit 01bf044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 01bf044

Please sign in to comment.