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 3:99bd9ae6906f, committed 2014-12-16
- Comitter:
- mluis
- Date:
- Tue Dec 16 12:52:53 2014 +0000
- Parent:
- 2:b03bdfedfafa
- Commit message:
- Updated according to radio library API change
Changed in this revision
--- a/SX1276Lib.lib Mon Oct 13 07:45:39 2014 +0000 +++ b/SX1276Lib.lib Tue Dec 16 12:52:53 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/GregCr/code/SX1276Lib/#aa5b3bf7fdf4 +http://mbed.org/users/GregCr/code/SX1276Lib/#618826a997e2
--- a/main.cpp Mon Oct 13 07:45:39 2014 +0000
+++ b/main.cpp Tue Dec 16 12:52:53 2014 +0000
@@ -107,7 +107,7 @@
Radio.SetRxConfig( MODEM_LORA, LORA_BANDWIDTH, LORA_SPREADING_FACTOR,
LORA_CODINGRATE, 0, LORA_PREAMBLE_LENGTH,
- LORA_SYMBOL_TIMEOUT, LORA_FIX_LENGTH_PAYLOAD_ON,
+ LORA_SYMBOL_TIMEOUT, LORA_FIX_LENGTH_PAYLOAD_ON, 0,
LORA_CRC_ENABLED, LORA_FHSS_ENABLED, LORA_NB_SYMB_HOP,
LORA_IQ_INVERSION_ON, true );
@@ -121,7 +121,7 @@
Radio.SetRxConfig( MODEM_FSK, FSK_BANDWIDTH, FSK_DATARATE,
0, FSK_AFC_BANDWIDTH, FSK_PREAMBLE_LENGTH,
- 0, FSK_FIX_LENGTH_PAYLOAD_ON, FSK_CRC_ENABLED,
+ 0, FSK_FIX_LENGTH_PAYLOAD_ON, 0, FSK_CRC_ENABLED,
0, 0, false, true );
#else
--- a/mbed.bld Mon Oct 13 07:45:39 2014 +0000 +++ b/mbed.bld Tue Dec 16 12:52:53 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5 \ No newline at end of file
