Skip to content

Commit a750ad3

Browse files
committed
Removed call to MSP IDENT that was causing a double bind
1 parent 539ec63 commit a750ad3

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)