mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
Fixed exception thrown when clicking 'Connect' directly after application start.
This commit is contained in:
parent
d96b2319fa
commit
9590ba3a81
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ var mspHelper;
|
||||||
var connectionTimestamp;
|
var connectionTimestamp;
|
||||||
|
|
||||||
function initializeSerialBackend() {
|
function initializeSerialBackend() {
|
||||||
|
mspHelper = new MspHelper();
|
||||||
|
mspHelper.process_data.bind(mspHelper);
|
||||||
|
|
||||||
GUI.updateManualPortVisibility = function(){
|
GUI.updateManualPortVisibility = function(){
|
||||||
var selected_port = $('div#port-picker #port option:selected');
|
var selected_port = $('div#port-picker #port option:selected');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue