Send file data demo.

Dependencies:   modem_ref_helper CRC DebouncedInterrupt

Revision:
15:4db98a56f7c1
Parent:
14:788c749cabed
Child:
17:d50191689d1f
--- a/files.cpp	Thu Sep 20 12:26:16 2018 +0000
+++ b/files.cpp	Thu Oct 11 10:15:04 2018 +0000
@@ -6,7 +6,7 @@
 #define __DEVICE_ID__               0x00000014
 
 alp_file_header_t h_rev = {
-    .perm = RW_R,
+    .perm = RWR_R_,
     .prop = FS_PERMANENT_NOTIF,
     .afid = FID_ACTP_RPT_FULL,
     .ifid = IFID_REPORT,
@@ -28,14 +28,14 @@
     .fw_version.id       = 0,
     .fw_version.major    = 1,
     .fw_version.minor    = 0,
-    .fw_version.patch    = 1,
+    .fw_version.patch    = 2,
     .fw_version.hash     = 0x00000000,
     /// Not used
     .cup_max_size        = 0x00000000
 };
 
 alp_file_header_t h_alarm = {
-    .perm = RW_R,
+    .perm = RWRWR_,
     .prop = FS_VOLATILE,
     .afid = 0,
     .ifid = 0,