sanfan-lora

Fork of SX1276Lib by lzbp li

Revision:
24:3d058e9d6129
Parent:
22:7f3aab69cca9
Child:
25:ff4574f6f1a6
Child:
28:8bf32df49b11
--- a/sx1276/sx1276.cpp	Thu Nov 26 16:55:15 2015 +0000
+++ b/sx1276/sx1276.cpp	Tue Apr 19 01:34:59 2016 +0000
@@ -393,7 +393,7 @@
     paDac = Read( REG_PADAC );
 
     paConfig = ( paConfig & RF_PACONFIG_PASELECT_MASK ) | GetPaSelect( this->settings.Channel );
-    paConfig = ( paConfig & RF_PACONFIG_MAX_POWER_MASK ) | 0x70;
+    paConfig = ( paConfig & RF_PACONFIG_MAX_POWER_MASK ) | 0x80;
 
     if( ( paConfig & RF_PACONFIG_PASELECT_PABOOST ) == RF_PACONFIG_PASELECT_PABOOST )
     {