1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Wireless mode preselection

This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-01-25 21:39:38 +01:00
parent 37738ac269
commit a09bee45eb

View file

@ -84,6 +84,12 @@ PortHandler.check = function () {
}
});
chrome.storage.local.get('wireless_mode_enabled', function (result) {
if (result['wireless_mode_enabled']) {
$('#wireless-mode').prop('checked', true).change();
}
});
}
if (!self.initial_ports) {