1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-04-19 13:02:14 +03:00

Fix incorrect sync word in API.md

API currently states the default sync word is 0x34 when in fact it\'s 0x12. 0x34 is the sync word when using LoRaWAN
This commit is contained in:
Morgan Allen 2018-07-30 09:27:22 -07:00 committed by Sandeep Mistry
parent 5f62ed2ce9
commit 4db4095f92

2
API.md
View File

@ -317,7 +317,7 @@ Change the sync word of the radio.
LoRa.setSyncWord(syncWord); LoRa.setSyncWord(syncWord);
``` ```
* `syncWord` - byte value to use as the sync word, defaults to `0x34` * `syncWord` - byte value to use as the sync word, defaults to `0x12`
### CRC ### CRC