Skip to content

Commit 4db4095

Browse files
morganrallensandeepmistry
authored andcommitted
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
1 parent 5f62ed2 commit 4db4095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Change the sync word of the radio.
317317
LoRa.setSyncWord(syncWord);
318318
```
319319

320-
* `syncWord` - byte value to use as the sync word, defaults to `0x34`
320+
* `syncWord` - byte value to use as the sync word, defaults to `0x12`
321321

322322
### CRC
323323

0 commit comments

Comments
 (0)