diff --git a/deploy/HyperCon.jar.REMOVED.git-id b/deploy/HyperCon.jar.REMOVED.git-id index ce03336a..db70e979 100644 --- a/deploy/HyperCon.jar.REMOVED.git-id +++ b/deploy/HyperCon.jar.REMOVED.git-id @@ -1 +1 @@ -6a841c91e85de05d2ed4dfed9955cb1c89a9bf03 \ No newline at end of file +a7a90d7ac31f76d56191446cd28fa7088e47199b \ No newline at end of file diff --git a/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java b/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java index e576b470..b5236a0c 100644 --- a/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java +++ b/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java @@ -73,8 +73,10 @@ public class MiscConfig { strBuf.stopArray(true); strBuf.stopObject(); + strBuf.newLine(); + strBuf.toggleComment(!mBootSequenceEnabled); - strBuf.startObject("Bootsequence"); + strBuf.startObject("bootsequence"); strBuf.addValue("effect", mBootSequenceEffect, false); strBuf.addValue("duration_ms", mBootSequenceLength_ms, true); strBuf.stopObject();