1
0
Fork 0
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:
Nicholas Sherlock 2015-02-13 21:05:36 +13:00
parent 0f22b92e35
commit 49741b45a8
7 changed files with 357 additions and 63 deletions

View file

@ -151,6 +151,8 @@ var MISC = {
};
var DATAFLASH = {
ready: false,
sectors: 0,
totalSize: 0
totalSize: 0,
usedSize: 0
};