From 46b17c87beb53d08c0b973fcbb1066a6a4181eb9 Mon Sep 17 00:00:00 2001 From: sh123 Date: Mon, 22 Nov 2021 16:17:20 +0200 Subject: [PATCH] Change default sync world to 0x12 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 994124a..96ad657 100644 --- a/config.h +++ b/config.h @@ -64,7 +64,7 @@ #define CFG_LORA_CR 7 // coding rate (5 - 8) #define CFG_LORA_CRC 1 // 0 - disabled, 1 - 1 byte, 2 - 2 bytes #define CFG_LORA_EXPLICIT true // header mode, true - explicit, false - implicit -#define CFG_LORA_SYNC 0x34 // sync word (0x12 - private, 0x34 - public) +#define CFG_LORA_SYNC 0x12 // sync word (0x12 - private, 0x34 - public LoRaWAN) #define CFG_LORA_PWR 20 // output power in dBm // wifi client and AP options