1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00

Remove unused mspHelper

This commit is contained in:
Mark Haslinghuis 2020-11-20 03:26:47 +01:00
parent f1d7386117
commit a35d11d7ac

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) {