Skip to content

Commit c15c7f9

Browse files
blckmnchmelevskij
authored andcommitted
Increase the time between status requests (increasing overall timeout) (betaflight#3605)
Increase the time between status intervals (increasing overall timeout)
1 parent 60f1ec2 commit c15c7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/tabs/firmware_flasher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ firmware_flasher.initialize = function (callback) {
10111011
updateStatus('Processing', response.key, retries * 10, false);
10121012
retries = retries + 1;
10131013
});
1014-
}, 4000);
1014+
}, 5000);
10151015
});
10161016
}, onLoadFailed);
10171017
}

0 commit comments

Comments
 (0)