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.
Dependents: DISCO-L072CZ-LRWAN1-base
Fork of SX1276GenericLib by
Diff: sx1276/sx1276-arduino-hal.cpp
- Revision:
- 61:08b50780eb91
- Parent:
- 58:113d2ef978d2
diff -r 75426c142f6e -r 08b50780eb91 sx1276/sx1276-arduino-hal.cpp
--- a/sx1276/sx1276-arduino-hal.cpp Mon May 29 16:58:41 2017 +0200
+++ b/sx1276/sx1276-arduino-hal.cpp Wed May 31 14:07:40 2017 +0200
@@ -239,7 +239,7 @@
{
if( channel > RF_MID_BAND_THRESH )
{
- if( boardConnected == SX1276MB1LAS || boardConnected == RFM95_SX1276)
+ if (boardConnected == SX1276MB1LAS || boardConnected == RFM95_SX1276 || boardConnected == MURATA_SX1276)
{
return RF_PACONFIG_PASELECT_PABOOST;
}
