mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 20:35:19 +03:00
Add progress dialogs for flash save and erase
This commit is contained in:
parent
0f22b92e35
commit
49741b45a8
7 changed files with 357 additions and 63 deletions
|
@ -151,6 +151,8 @@ var MISC = {
|
|||
};
|
||||
|
||||
var DATAFLASH = {
|
||||
ready: false,
|
||||
sectors: 0,
|
||||
totalSize: 0
|
||||
totalSize: 0,
|
||||
usedSize: 0
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue