From cfd6e3e10587a6855e6396378503c97010210037 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 2 Feb 2020 11:20:01 +0100 Subject: [PATCH] [SX126x] Fixed incorrect sync word in comments --- .../SX126x_Channel_Activity_Detection.ino | 2 +- examples/SX126x/SX126x_Receive/SX126x_Receive.ino | 2 +- .../SX126x_Receive_Interrupt/SX126x_Receive_Interrupt.ino | 2 +- examples/SX126x/SX126x_Settings/SX126x_Settings.ino | 4 ++-- .../SX126x_Transmit_Interrupt/SX126x_Transmit_Interrupt.ino | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/SX126x/SX126x_Channel_Activity_Detection/SX126x_Channel_Activity_Detection.ino b/examples/SX126x/SX126x_Channel_Activity_Detection/SX126x_Channel_Activity_Detection.ino index a8953906..99209b99 100644 --- a/examples/SX126x/SX126x_Channel_Activity_Detection/SX126x_Channel_Activity_Detection.ino +++ b/examples/SX126x/SX126x_Channel_Activity_Detection/SX126x_Channel_Activity_Detection.ino @@ -35,7 +35,7 @@ void setup() { // bandwidth: 125.0 kHz // spreading factor: 9 // coding rate: 7 - // sync word: 0x1424 (private network) + // sync word: 0x12 (private network) // output power: 14 dBm // current limit: 60 mA // preamble length: 8 symbols diff --git a/examples/SX126x/SX126x_Receive/SX126x_Receive.ino b/examples/SX126x/SX126x_Receive/SX126x_Receive.ino index 5546e618..c95592f0 100644 --- a/examples/SX126x/SX126x_Receive/SX126x_Receive.ino +++ b/examples/SX126x/SX126x_Receive/SX126x_Receive.ino @@ -40,7 +40,7 @@ void setup() { // bandwidth: 125.0 kHz // spreading factor: 9 // coding rate: 7 - // sync word: 0x1424 (private network) + // sync word: 0x12 (private network) // output power: 14 dBm // current limit: 60 mA // preamble length: 8 symbols diff --git a/examples/SX126x/SX126x_Receive_Interrupt/SX126x_Receive_Interrupt.ino b/examples/SX126x/SX126x_Receive_Interrupt/SX126x_Receive_Interrupt.ino index e0cd16f6..59d49f53 100644 --- a/examples/SX126x/SX126x_Receive_Interrupt/SX126x_Receive_Interrupt.ino +++ b/examples/SX126x/SX126x_Receive_Interrupt/SX126x_Receive_Interrupt.ino @@ -41,7 +41,7 @@ void setup() { // bandwidth: 125.0 kHz // spreading factor: 9 // coding rate: 7 - // sync word: 0x1424 (private network) + // sync word: 0x12 (private network) // output power: 14 dBm // current limit: 60 mA // preamble length: 8 symbols diff --git a/examples/SX126x/SX126x_Settings/SX126x_Settings.ino b/examples/SX126x/SX126x_Settings/SX126x_Settings.ino index 92ef6d3b..3c8a3e5e 100644 --- a/examples/SX126x/SX126x_Settings/SX126x_Settings.ino +++ b/examples/SX126x/SX126x_Settings/SX126x_Settings.ino @@ -51,7 +51,7 @@ void setup() { // bandwidth: 125.0 kHz // spreading factor: 9 // coding rate: 7 - // sync word: 0x1424 (private network) + // sync word: 0x12 (private network) // output power: 14 dBm // current limit: 60 mA // preamble length: 8 symbols @@ -76,7 +76,7 @@ void setup() { // bandwidth: 500.0 kHz // spreading factor: 6 // coding rate: 5 - // sync word: 0x3444 (public network) + // sync word: 0x34 (public network) // output power: 2 dBm // current limit: 50 mA // preamble length: 20 symbols diff --git a/examples/SX126x/SX126x_Transmit_Interrupt/SX126x_Transmit_Interrupt.ino b/examples/SX126x/SX126x_Transmit_Interrupt/SX126x_Transmit_Interrupt.ino index d9a52053..157f00a1 100644 --- a/examples/SX126x/SX126x_Transmit_Interrupt/SX126x_Transmit_Interrupt.ino +++ b/examples/SX126x/SX126x_Transmit_Interrupt/SX126x_Transmit_Interrupt.ino @@ -36,7 +36,7 @@ void setup() { // bandwidth: 125.0 kHz // spreading factor: 9 // coding rate: 7 - // sync word: 0x1424 (private network) + // sync word: 0x12 (private network) // output power: 14 dBm // current limit: 60 mA // preamble length: 8 symbols