From 4db4095f92ad66636726805fdce2ffb6d979927f Mon Sep 17 00:00:00 2001 From: Morgan Allen Date: Mon, 30 Jul 2018 09:27:22 -0700 Subject: [PATCH] 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 --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index a9a89b5..9dd8867 100644 --- a/API.md +++ b/API.md @@ -317,7 +317,7 @@ Change the sync word of the radio. 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