Change default syncword from 0x34 to 0x12
This commit is contained in:
@@ -55,6 +55,6 @@ build_flags =
|
|||||||
-DLORA_SF=7
|
-DLORA_SF=7
|
||||||
-DLORA_CR=5
|
-DLORA_CR=5
|
||||||
-DLORA_POWER_DBM=14
|
-DLORA_POWER_DBM=14
|
||||||
-DLORA_SYNCWORD=0x34
|
-DLORA_SYNCWORD=0x12
|
||||||
; KISS serial baud rate
|
; KISS serial baud rate
|
||||||
-DKISS_BAUD=115200
|
-DKISS_BAUD=115200
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
#ifndef LORA_SYNCWORD
|
#ifndef LORA_SYNCWORD
|
||||||
# define LORA_SYNCWORD 0x34 /* LoRa public */
|
# define LORA_SYNCWORD 0x12
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef KISS_BAUD
|
#ifndef KISS_BAUD
|
||||||
|
|||||||
Reference in New Issue
Block a user