1111
Fork of SX1276Lib by
Diff: sx1276/sx1276.cpp
- Revision:
- 25:bb5a3e2c97ba
- Parent:
- 24:79c5b50b2b9c
--- 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 ) {