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:
62:835c5e20834e
Parent:
59:38e56c85fa44
Child:
63:5b9d391244dc
--- a/sx1276/sx1276.cpp	Wed May 31 14:07:40 2017 +0200
+++ b/sx1276/sx1276.cpp	Mon Jun 05 01:35:40 2017 +0200
@@ -61,7 +61,7 @@
     { 125000, 7 }, // the LoRa protocol default
     { 250000, 8 },
     { 500000, 9 },
-    { 0  	, 10 },  // Invalid Bandwidth, reserved
+    { 600000, 10 },  // Invalid Bandwidth, reserved
  };