MultiTech mDot Test Application for Loriot.io LoRaWAN Cloud service

Dependencies:   libmDot mbed-rtos mbed-src

Fork of mDot_test by Semtech

Files at this revision

API Documentation at this revision

Comitter:
jknapp_smtc
Date:
Sat Aug 01 01:17:43 2015 +0000
Parent:
4:ee6bf074135c
Child:
6:b1afa2592e36
Commit message:
Added wait_time to stop packets from being sent at 100% duty cycle.;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Aug 01 01:08:16 2015 +0000
+++ b/main.cpp	Sat Aug 01 01:17:43 2015 +0000
@@ -115,6 +115,7 @@
             recv_data.clear();
         }
         msg_rdy = false; // Set to 'true' for free running.
+        wait(wait_time);
         while (!msg_rdy) wait(wait_time);
     }
 END: