1111

Fork of SX1276Lib by Semtech

Files at this revision

API Documentation at this revision

Comitter:
wlong2008
Date:
Thu Apr 21 05:28:36 2016 +0000
Parent:
24:79c5b50b2b9c
Commit message:
000

Changed in this revision

sx1276/sx1276.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/sx1276/sx1276.cpp	Tue Mar 15 13:12:44 2016 +0000
+++ b/sx1276/sx1276.cpp	Thu Apr 21 05:28:36 2016 +0000
@@ -397,7 +397,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;  // 0x70--->>80  xue
 
     if( ( paConfig & RF_PACONFIG_PASELECT_PABOOST ) == RF_PACONFIG_PASELECT_PABOOST )
     {