Update max degree

10.5.x-maintenance
Sean M 2018-10-13 10:48:10 -04:00
parent e8400ffaf5
commit 33c2899e3d
1 changed files with 6 additions and 0 deletions

View File

@ -196,6 +196,12 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
load_config();
function process_html() {
if (semver.gte(CONFIG.apiVersion, "1.41.0")) {
$('input[name="fpvCamAngleDegrees"]').attr({
"max" : 90
});
}
self.analyticsChanges = {};
var mixer_list_e = $('select.mixerList');