diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 6d7ac381..646b529b 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -330,6 +330,9 @@ "configurationThrottleMinimum": { "message": "Minimum Throttle" }, + "configurationThrottleMid": { + "message": "Middle Throttle [RC inputs center value]" + }, "configurationThrottleMaximum": { "message": "Maximum Throttle" }, diff --git a/js/data_storage.js b/js/data_storage.js index e93ee330..7b763c10 100644 --- a/js/data_storage.js +++ b/js/data_storage.js @@ -24,12 +24,13 @@ var CONFIG = { }; var BF_CONFIG = { - mixerConfiguration: 0, - features: 0, - serialrx_type: 0, - board_align_roll: 0, - board_align_pitch: 0, - board_align_yaw: 0 + mixerConfiguration: 0, + features: 0, + serialrx_type: 0, + board_align_roll: 0, + board_align_pitch: 0, + board_align_yaw: 0, + multiwiicurrentoutput: 0 // TBD }; diff --git a/tabs/configuration.html b/tabs/configuration.html index a5e3741a..fb804f7b 100644 --- a/tabs/configuration.html +++ b/tabs/configuration.html @@ -67,6 +67,12 @@ +
+ +