Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
28:c410a61238bb
Parent:
18:9cf694a764c0
Child:
34:f345fdec711d
--- a/src/CommandParser/cmd.cpp	Thu Sep 08 15:32:50 2016 +0000
+++ b/src/CommandParser/cmd.cpp	Thu Sep 08 20:12:04 2016 +0000
@@ -236,8 +236,9 @@
     
     char data_buf[1024];
     snprintf(data_buf, sizeof(data_buf), 
-        "{ \"mtype\":100, "
+        "{ "
           "\"id\":\"SP\", "
+          "\"name\":\"TRASAR\", "
           "\"priority\":\"800\", "
           "\"input\":\"i_tra01\", "
           "\"output\":\"o_r05\", "
@@ -246,7 +247,6 @@
           "\"lalert\":\"85\", "
           "\"hfs\":\"130\", "
           "\"lfs\":\"70\", "
-          "\"dcntl\":\"1\", "
           "\"tol\":\"5\" } "
           );