From 25a65a53f3e98b0c49dfd55e8d286c35db1fad4d Mon Sep 17 00:00:00 2001 From: Gustavo F Nobrega Date: Sun, 24 Mar 2019 10:15:04 -0700 Subject: [PATCH] Fixed freqs[] for AU915-928 Fixed the channel 7 frequency for AU915-928 --- ESP-sc-gway/loraModem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP-sc-gway/loraModem.h b/ESP-sc-gway/loraModem.h index b519857..6827f34 100644 --- a/ESP-sc-gway/loraModem.h +++ b/ESP-sc-gway/loraModem.h @@ -105,7 +105,7 @@ int freqs [] = { 904700000, // Ch 4, SF7BW125 to SF10BW125 904900000, // Ch 5, SF7BW125 to SF10BW125 905100000, // Ch 6, SF7BW125 to SF10BW125 - 905100000, // Ch 7, SF7BW125 to SF10BW125 + 905300000, // Ch 7, SF7BW125 to SF10BW125 904600000 // Ch 8, SF8BW500 // Downlink // We should specify downlink frequencies here