1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Merge branch 'blackbox-flash' of

https://github.com/sherlockflight/cleanflight-configurator-dev into
sherlockflight-blackbox-flash

Conflicts:
	_locales/en/messages.json
This commit is contained in:
Dominic Clifton 2015-02-22 21:51:18 +00:00
commit 831e4a848e
25 changed files with 1461 additions and 852 deletions

View file

@ -149,3 +149,10 @@ var MISC = {
vbatmaxcellvoltage: 0,
vbatwarningcellvoltage: 0
};
var DATAFLASH = {
ready: false,
sectors: 0,
totalSize: 0,
usedSize: 0
};