Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SX1276Lib by
Revision 25:bb5a3e2c97ba, committed 2016-04-21
- 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 |
diff -r 79c5b50b2b9c -r bb5a3e2c97ba sx1276/sx1276.cpp --- 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 ) {