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:
35:c278a826a8e2
Parent:
34:07e89f23c734
--- a/sx1276/sx1276-hal.cpp	Sat May 06 11:52:23 2017 +0200
+++ b/sx1276/sx1276-hal.cpp	Sat May 06 13:58:14 2017 +0200
@@ -320,7 +320,8 @@
             if (boardConnected == MURATA_SX1276) {
 	            *_antSwitch = 0;// Murata-RX
 	            *_antSwitchTX = 1; 	// alternate: antSwitchTXBoost = 1
-    		} else {
+                *_antSwitchTXBoost = 0;
+            } else {
                 if (_antSwitch)
 	        		*_antSwitch = 1;
 			}