Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
118:2a131efdfd5a
Parent:
117:a4a61da3de36
Child:
121:650205ffa656
Child:
123:ce602c91a9c3
--- a/src/CommandParser/cmd.cpp	Thu Sep 22 21:11:20 2016 +0000
+++ b/src/CommandParser/cmd.cpp	Thu Sep 22 21:27:54 2016 +0000
@@ -420,13 +420,8 @@
              "\"halert\":       \"115\","
              "\"lalert\":       \"85\", "
              "\"hfs\":          \"130\","
-<<<<<<< local
              "\"lfs\":          \"70\", " 
              "\"tol\":          \"%s\"  }", argv[2], argv[3], argv[4], argv[5], argv[6]
-=======
-             "\"lfs\":          \"70\", "
-             "\"tol\":          \"%s\"  ", argv[2], argv[3], argv[4], argv[5], argv[6]
->>>>>>> other
             );
 
     bool status = GLOBAL_mdot->saveUserFile(argv[1], (void *)data_buf, 1024);
@@ -570,13 +565,7 @@
              "\"duration\":     \"30\", "       // seconds
              "\"setpoint\":     \"2000.0\", "
              "\"state\":        \"1\", "
-<<<<<<< local
              "\"percent\":      \"100\", }", argv[2]
-             
-=======
-             "\"percent\":      \"100\", ", argv[2]
-
->>>>>>> other
             );
 
     bool status = GLOBAL_mdot->saveUserFile(argv[1], (void *)data_buf, 1024);