Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/CommandParser/cmd.cpp
- 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);
