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_LoRa_PingPong
Fork of SX1276GenericLib by
Revision 35:c278a826a8e2, committed 2017-05-06
- Comitter:
- Helmut Tschemernjak
- Date:
- Sat May 06 13:58:14 2017 +0200
- Parent:
- 34:07e89f23c734
- Child:
- 36:f2b885b6f33e
- Commit message:
- Disable MURATA Boost by default.
Changed in this revision
| sx1276/sx1276-hal.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/sx1276/sx1276-hal.cpp Sat May 06 11:52:23 2017 +0200
+++ b/sx1276/sx1276-hal.cpp Sat May 06 13:58:14 2017 +0200
@@ -320,7 +320,8 @@
if (boardConnected == MURATA_SX1276) {
*_antSwitch = 0;// Murata-RX
*_antSwitchTX = 1; // alternate: antSwitchTXBoost = 1
- } else {
+ *_antSwitchTXBoost = 0;
+ } else {
if (_antSwitch)
*_antSwitch = 1;
}
