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

Merge pull request #2285 from haslinghuis/fix_msp

Remove unused mspHelper
This commit is contained in:
Michael Keller 2020-11-22 05:23:56 +13:00 committed by GitHub
commit 75977853ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,6 @@ var mspHelper;
var connectionTimestamp;
function initializeSerialBackend() {
mspHelper = new MspHelper();
mspHelper.process_data.bind(mspHelper);
GUI.updateManualPortVisibility = function(){
var selected_port = $('div#port-picker #port option:selected');
if (selected_port.data().isManual) {