mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
moving to GUI integrated interval/timeout model
This commit is contained in:
parent
5e636b2920
commit
e7a02d0e21
10 changed files with 192 additions and 190 deletions
|
@ -10,7 +10,7 @@ function configuration_backup() {
|
|||
|
||||
// applying 200ms delay (should be enough to pull all the data down)
|
||||
// we might increase this in case someone would be using very slow baudrate (ergo 9600 and lower)
|
||||
setTimeout(function() {
|
||||
GUI.timeout_add('backup_timeout', function() {
|
||||
var chosenFileEntry = null;
|
||||
|
||||
var accepts = [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue