1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

Add dataflash tab: Very basic functionality is working

This commit is contained in:
Nicholas Sherlock 2015-01-31 00:41:41 +13:00
parent e672dde6e2
commit 0f22b92e35
9 changed files with 284 additions and 3 deletions

View file

@ -149,3 +149,8 @@ var MISC = {
vbatmaxcellvoltage: 0,
vbatwarningcellvoltage: 0
};
var DATAFLASH = {
sectors: 0,
totalSize: 0
};