Skip to content

Commit 33c2899

Browse files
author
Sean M
committed
Update max degree
1 parent e8400ff commit 33c2899

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/js/tabs/configuration.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
196196
load_config();
197197

198198
function process_html() {
199+
if (semver.gte(CONFIG.apiVersion, "1.41.0")) {
200+
$('input[name="fpvCamAngleDegrees"]').attr({
201+
"max" : 90
202+
});
203+
}
204+
199205
self.analyticsChanges = {};
200206

201207
var mixer_list_e = $('select.mixerList');

0 commit comments

Comments
 (0)