Skip to content

Commit

Permalink
Fix VTX status
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Oct 6, 2022
1 parent 516fc45 commit 48638ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/vtx.js
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ vtx.initialize = function (callback) {
$("#save_button").html(oldText);
}, 2000);

TABS.vtx.initialize();
setTimeout(() => TABS.vtx.initialize, 3000); // Allow firmware to make relevant changes before initization
}
}

Expand Down

0 comments on commit 48638ed

Please sign in to comment.