Change default syncword from 0x34 to 0x12

This commit is contained in:
Maze X
2026-03-27 17:39:12 +01:00
parent add91bb47b
commit 138f897090
2 changed files with 2 additions and 2 deletions

View File

@@ -55,6 +55,6 @@ build_flags =
-DLORA_SF=7
-DLORA_CR=5
-DLORA_POWER_DBM=14
-DLORA_SYNCWORD=0x34
-DLORA_SYNCWORD=0x12
; KISS serial baud rate
-DKISS_BAUD=115200

View File

@@ -21,7 +21,7 @@
# endif
#endif
#ifndef LORA_SYNCWORD
# define LORA_SYNCWORD 0x34 /* LoRa public */
# define LORA_SYNCWORD 0x12
#endif
#ifndef KISS_BAUD