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

Update src/js/serial_backend.js

As suggested

Co-authored-by: haslinghuis <mark@numloq.nl>
This commit is contained in:
Eike Ahmels 2022-09-10 13:25:12 +02:00 committed by GitHub
parent 777f2b6383
commit d03cdfc425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ function initializeSerialBackend() {
finishClose(toggleStatus);
}
mspHelper?.setArmingEnabled(true, false, onFinishCallback);
mspHelper.setArmingEnabled(true, false, onFinishCallback);
}
}
}