MultiTech mDot Test Application for Loriot.io LoRaWAN Cloud service
Dependencies: libmDot mbed-rtos mbed-src
Fork of mDot_test by
Revision 6:b1afa2592e36, committed 2015-11-17
- Comitter:
- jknapp_smtc
- Date:
- Tue Nov 17 18:17:28 2015 +0000
- Parent:
- 5:25114cb5e9a7
- Child:
- 7:4c9cead936d8
- Commit message:
- Default to free running
Changed in this revision
--- a/libmDot.lib Sat Aug 01 01:17:43 2015 +0000 +++ b/libmDot.lib Tue Nov 17 18:17:28 2015 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/MultiTech/code/libmDot/#390fc83d588d +http://developer.mbed.org/teams/MultiTech/code/libmDot/#0b4eb17d07ae
--- a/main.cpp Sat Aug 01 01:17:43 2015 +0000
+++ b/main.cpp Tue Nov 17 18:17:28 2015 +0000
@@ -114,7 +114,7 @@
}
recv_data.clear();
}
- msg_rdy = false; // Set to 'true' for free running.
+ msg_rdy = true; // Set to 'true' for free running.
wait(wait_time);
while (!msg_rdy) wait(wait_time);
}
--- a/mbed-rtos.lib Sat Aug 01 01:17:43 2015 +0000 +++ b/mbed-rtos.lib Tue Nov 17 18:17:28 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-rtos/#5aed8bae1001 +http://mbed.org/users/mbed_official/code/mbed-rtos/#d7bd06319118
--- a/mbed-src.lib Sat Aug 01 01:17:43 2015 +0000 +++ b/mbed-src.lib Tue Nov 17 18:17:28 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-src/#6c996abb70b0 +http://mbed.org/users/mbed_official/code/mbed-src/#a11c0372f0ba
