Slight modification to force PABOOST

Files at this revision

API Documentation at this revision

Comitter:
uss1994
Date:
Tue Feb 05 13:45:34 2019 +0000
Parent:
26:d09a8ef807e2
Commit message:
Forcing PABOOST

Changed in this revision

sx1276/sx1276-hal.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/sx1276/sx1276-hal.cpp	Mon Apr 24 09:26:23 2017 +0000
+++ b/sx1276/sx1276-hal.cpp	Tue Feb 05 13:45:34 2019 +0000
@@ -231,12 +231,14 @@
         }
         else
         {
-            return RF_PACONFIG_PASELECT_RFO;
+            //return RF_PACONFIG_PASELECT_RFO;
+            return RF_PACONFIG_PASELECT_PABOOST;
         }
     }
     else
     {
-        return RF_PACONFIG_PASELECT_RFO;
+        //return RF_PACONFIG_PASELECT_RFO;
+        return RF_PACONFIG_PASELECT_PABOOST;
     }
 }