mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 03:19:54 +03:00
Added firmware version number to configurator
This commit is contained in:
parent
8885225ddb
commit
ac0edfcea1
5 changed files with 34 additions and 2 deletions
|
@ -202,6 +202,8 @@ function onValidFirmware()
|
|||
helper.defaultsDialog.init();
|
||||
|
||||
$('#tabs ul.mode-connected .tab_setup a').click();
|
||||
|
||||
updateFirmwareVersion();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
@ -367,6 +369,8 @@ function onClosed(result) {
|
|||
$('#portsinput').show();
|
||||
$('#dataflash_wrapper_global').hide();
|
||||
$('#quad-status_wrapper').hide();
|
||||
|
||||
updateFirmwareVersion();
|
||||
}
|
||||
|
||||
function read_serial(info) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue