From fc656d4ac2ec412eb8f23c26cce98c10c2fdc345 Mon Sep 17 00:00:00 2001 From: tricopterY Date: Sat, 14 Mar 2015 11:08:29 +1100 Subject: [PATCH] MISC auto_disarm_delay and disarm_kill_switch --- js/data_storage.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/data_storage.js b/js/data_storage.js index 19648c28..e0d9cee5 100755 --- a/js/data_storage.js +++ b/js/data_storage.js @@ -152,7 +152,9 @@ var MISC = { vbatscale: 0, vbatmincellvoltage: 0, vbatmaxcellvoltage: 0, - vbatwarningcellvoltage: 0 + vbatwarningcellvoltage: 0, + auto_disarm_delay: 0, + disarm_kill_switch: 0 }; var DATAFLASH = {