Data reception demo.

Dependencies:   modem_ref_helper CRC

Revision:
6:2f0eb7aac143
Parent:
5:a44b6f60bfc7
Child:
7:84dc04f88c94
--- a/main.cpp	Thu Sep 21 13:50:17 2017 +0000
+++ b/main.cpp	Thu Dec 21 15:23:09 2017 +0000
@@ -8,6 +8,7 @@
 
 #define RESTORE_TIME    30
 #define KEEP_ALIVE      3600
+#define MIN_REPORT_PERIOD   (10) // Seconds
 
 Semaphore modem_ready(0);
 Queue<void, 8> g_file_modified;