Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
252:3c9863f951b7
Parent:
251:e730d7077e46
Child:
253:ae850c19cf81
--- a/src/CommandParser/cmd.cpp	Fri Oct 21 11:44:40 2016 +0000
+++ b/src/CommandParser/cmd.cpp	Fri Oct 21 18:16:42 2016 +0000
@@ -608,16 +608,16 @@
     std::string filename = "control_fs_rly01.json";
     snprintf(buf, sizeof(buf),
              "{"
-             "\"id\":    \"FAILSAFE\", "
+             "\"id\":    \"BLOWDOWN-FS\", "
              "\"input\":   \"i_bdcond01\", "
              "\"output\":  \"o_rly01\", "
              "\"priority\":\"700\", "
              "\"lfsValue\":\"1700\", "
              "\"lfsDutyCycle\":\"0\", "
-             "\"lfsInterval\":\"15\", "
+             "\"lfsInterval\":\"1\", "
              "\"hfsValue\":\"1900\", "
-             "\"hfsDutyCycle\":\"100\", "
-             "\"hfsInterval\":\"15\" "
+             "\"hfsDutyCycle\":\"50\", "
+             "\"hfsInterval\":\"1\" "
              "}");
 
     status = GLOBAL_mdot->saveUserFile(filename.c_str(), (void *)buf, MAX_FILE_SIZE);