Send file data through D7A Action Protocol demo.

Dependencies:   modem_ref_helper

Revision:
4:45576db9f66c
Parent:
2:05e74a02db6c
Child:
5:4da1ea72e7b4
--- a/modem_callbacks.cpp	Fri May 12 14:05:49 2017 +0000
+++ b/modem_callbacks.cpp	Mon May 15 15:58:31 2017 +0000
@@ -63,12 +63,12 @@
 
 void my_lqual(u8 ifid, int per)
 {
-    DPRINT("Interface File [%3d] LQUAL : %d%% PER\r\n", ifid, per);
+    PRINT("Interface File [%3d] LQUAL : %d%% PER\r\n", ifid, per);
 }
 
 void my_ldown(u8 ifid)
 {
-    DPRINT("Interface File [%3d] LDOWN\r\n", ifid);
+    PRINT("Interface File [%3d] LDOWN\r\n", ifid);
 }
 
 void my_reset(void)
@@ -78,7 +78,7 @@
 
 void my_boot(u8 cause, u16 number)
 {
-    DPRINT("Modem BOOT[%c] #%d\r\nRe-Init\r\n", cause, number);
+    PRINT("Modem BOOT[%c] #%d\r\nRe-Init\r\n", cause, number);
     
     // Modem re-booted, restart APP
     my_reset();