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:
95:36a7fc74e437
Parent:
94:e6c0279f550a
Child:
113:7f132cef611d
diff -r e6c0279f550a -r 36a7fc74e437 sx1276/sx1276.cpp
--- a/sx1276/sx1276.cpp	Sun Nov 12 18:23:36 2017 +0100
+++ b/sx1276/sx1276.cpp	Sun Nov 12 20:02:57 2017 +0100
@@ -1044,7 +1044,7 @@
                 Write( REG_DIOMAPPING1, ( Read( REG_DIOMAPPING1 ) & RFLR_DIOMAPPING1_DIO3_MASK ) | RFLR_DIOMAPPING1_DIO3_00 );
             } else {
                 // DIO0=CADDone
-                Write( REG_DIOMAPPING1, ( Read( REG_DIOMAPPING1 ) & RFLR_DIOMAPPING1_DIO0_MASK ) | RFLR_DIOMAPPING1_DIO0_00 );
+                Write( REG_DIOMAPPING1, ( Read( REG_DIOMAPPING1 ) & RFLR_DIOMAPPING1_DIO0_MASK ) | RFLR_DIOMAPPING1_DIO0_10 );
             }
 
             this->settings.State = RF_CAD;