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:
parent
f1d7386117
commit
a35d11d7ac
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue