Gregory Cristian / Mbed 2 deprecated SX1276PingPong

Dependencies:   SX1276Lib mbed

Files at this revision

API Documentation at this revision

Comitter:
mluis
Date:
Tue Dec 16 12:52:01 2014 +0000
Parent:
8:f956dee63a56
Commit message:
Updated according to radio library API change

Changed in this revision

SX1276Lib.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r f956dee63a56 -r e764990e45df SX1276Lib.lib
--- a/SX1276Lib.lib	Tue Sep 30 11:11:52 2014 +0000
+++ b/SX1276Lib.lib	Tue Dec 16 12:52:01 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/GregCr/code/SX1276Lib/#4a0720f9b7a3
+http://mbed.org/users/GregCr/code/SX1276Lib/#618826a997e2
diff -r f956dee63a56 -r e764990e45df main.cpp
--- a/main.cpp	Tue Sep 30 11:11:52 2014 +0000
+++ b/main.cpp	Tue Dec 16 12:52:01 2014 +0000
@@ -104,7 +104,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 );
                          
@@ -118,7 +118,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
diff -r f956dee63a56 -r e764990e45df mbed.bld
--- a/mbed.bld	Tue Sep 30 11:11:52 2014 +0000
+++ b/mbed.bld	Tue Dec 16 12:52:01 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