SX1276GenericLib to support sx1276 bassed LoRa modules, including HopeRF RFM95, Murata CMWX1ZZABZ and Semtech SX1276MB1MAS/SX1276MB1LAS modules

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more

Fork of SX1276Lib by Semtech

Revision:
57:d9aba0f40823
Parent:
56:4fddac05ac07
Child:
58:113d2ef978d2
--- a/sx1276/sx1276.cpp	Sun May 21 10:45:06 2017 +0200
+++ b/sx1276/sx1276.cpp	Sun May 21 10:48:03 2017 +0200
@@ -60,7 +60,7 @@
     {  62500, 6 }, // 62.5 kHz requires TCXO
     { 125000, 7 }, // the LoRa protocol default
     { 250000, 8 },
-    { 250000, 9 },
+    { 500000, 9 },
     { 0  	, 10 },  // Invalid Bandwidth, reserved
  };