Fork of this for my stuff.

Revision:
118:422309953e38
Parent:
111:c47d5224a2d1
--- a/sx1276/sx1276-mbed-hal.cpp	Thu Aug 16 16:21:47 2018 +0200
+++ b/sx1276/sx1276-mbed-hal.cpp	Mon Dec 17 00:14:50 2018 +0000
@@ -275,6 +275,7 @@
 
 uint8_t SX1276Generic::GetPaSelect( uint32_t channel )
 {
+    return RF_PACONFIG_PASELECT_PABOOST;    
     if( channel > RF_MID_BAND_THRESH )
     {
         if (boardConnected == SX1276MB1LAS || boardConnected == RFM95_SX1276 || boardConnected == MURATA_SX1276 || boardConnected == HELTEC_L4_1276)