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:
parent
37738ac269
commit
a09bee45eb
1 changed files with 6 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue