1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00

polishing

This commit is contained in:
cTn 2013-11-13 13:31:34 +01:00
parent ae04de8862
commit 89b2f79c52
2 changed files with 6 additions and 5 deletions

View file

@ -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);