Fixed bootsequence name (changed capital 'B' to 'b')

Former-commit-id: 9aaebb520371591c20cd178b843ace75f7c7e1f8
This commit is contained in:
T. van der Zwan 2013-12-13 19:57:25 +01:00
parent af83807606
commit 734759ffb3
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
6a841c91e85de05d2ed4dfed9955cb1c89a9bf03
a7a90d7ac31f76d56191446cd28fa7088e47199b

View File

@ -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();