1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-21 23:35:22 +03:00

Fixed PWM protocol selection.

This commit is contained in:
mikeller 2018-08-13 00:47:28 +12:00
parent 84e2cada68
commit 9c02e92a2b

View file

@ -196,8 +196,6 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
load_config();
function process_html() {
var self = this;
self.analyticsChanges = {};
var mixer_list_e = $('select.mixerList');