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.
Revision 118:422309953e38, committed 2018-12-17
- Comitter:
- faydrus
- Date:
- Mon Dec 17 00:14:50 2018 +0000
- Parent:
- 117:5b5ad247cc3b
- Commit message:
- Modified to send out transmission via PA_BOOST in a hacky sort of way
Changed in this revision
| sx1276/sx1276-mbed-hal.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/sx1276/sx1276-mbed-hal.cpp Thu Aug 16 16:21:47 2018 +0200
+++ b/sx1276/sx1276-mbed-hal.cpp Mon Dec 17 00:14:50 2018 +0000
@@ -275,6 +275,7 @@
uint8_t SX1276Generic::GetPaSelect( uint32_t channel )
{
+ return RF_PACONFIG_PASELECT_PABOOST;
if( channel > RF_MID_BAND_THRESH )
{
if (boardConnected == SX1276MB1LAS || boardConnected == RFM95_SX1276 || boardConnected == MURATA_SX1276 || boardConnected == HELTEC_L4_1276)