mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
polishing
This commit is contained in:
parent
ae04de8862
commit
89b2f79c52
2 changed files with 6 additions and 5 deletions
|
@ -114,7 +114,7 @@ STM32_protocol.prototype.initialize = function() {
|
|||
}, 1000);
|
||||
|
||||
// first step
|
||||
if ($('input.updating').is(':checked')) {
|
||||
if (!$('input.updating').is(':checked')) {
|
||||
self.upload_procedure(0);
|
||||
} else {
|
||||
self.upload_procedure(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue