Skip to content

Commit 7f130d9

Browse files
authored
Merge pull request #908 from iNavFlight/dzikuvx-calibration-race-condition-fix
Removed call to MSP IDENT that was causing a double bind
2 parents 539ec63 + a750ad3 commit 7f130d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tabs/calibration.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ TABS.calibration.initialize = function (callback) {
6666
]);
6767
saveChainer.setExitPoint(reboot);
6868

69-
MSP.send_message(MSPCodes.MSP_IDENT, false, false, loadHtml);
70-
7169
function reboot() {
7270
//noinspection JSUnresolvedVariable
7371
GUI.log(chrome.i18n.getMessage('configurationEepromSaved'));

0 commit comments

Comments
 (0)