mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 14:25:13 +03:00
Finish receiver wizard page
This commit is contained in:
parent
6a514920fa
commit
7e66940d02
3 changed files with 10 additions and 3 deletions
|
@ -70,7 +70,7 @@ var defaultsDialog = (function () {
|
|||
|
||||
privateScope.wizardSettings.push({
|
||||
name: "receiverProtocol",
|
||||
value: $container.find('#wizard-receiver-protocol').val()
|
||||
value: $container.find('#wizard-receiver-protocol option:selected').text()
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue