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

Merge pull request #1156 from mikeller/fix_pwm_protocol

Fixed PWM protocol selection.
This commit is contained in:
Michael Keller 2018-08-13 08:15:40 +12:00 committed by GitHub
commit 2b51e2ed33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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');