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.
Diff: sx1276/sx1276.cpp
- Revision:
- 95:36a7fc74e437
- Parent:
- 94:e6c0279f550a
- Child:
- 113:7f132cef611d
diff -r e6c0279f550a -r 36a7fc74e437 sx1276/sx1276.cpp
--- a/sx1276/sx1276.cpp Sun Nov 12 18:23:36 2017 +0100
+++ b/sx1276/sx1276.cpp Sun Nov 12 20:02:57 2017 +0100
@@ -1044,7 +1044,7 @@
Write( REG_DIOMAPPING1, ( Read( REG_DIOMAPPING1 ) & RFLR_DIOMAPPING1_DIO3_MASK ) | RFLR_DIOMAPPING1_DIO3_00 );
} else {
// DIO0=CADDone
- Write( REG_DIOMAPPING1, ( Read( REG_DIOMAPPING1 ) & RFLR_DIOMAPPING1_DIO0_MASK ) | RFLR_DIOMAPPING1_DIO0_00 );
+ Write( REG_DIOMAPPING1, ( Read( REG_DIOMAPPING1 ) & RFLR_DIOMAPPING1_DIO0_MASK ) | RFLR_DIOMAPPING1_DIO0_10 );
}
this->settings.State = RF_CAD;