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:
commit
831e4a848e
25 changed files with 1461 additions and 852 deletions
|
@ -149,3 +149,10 @@ var MISC = {
|
|||
vbatmaxcellvoltage: 0,
|
||||
vbatwarningcellvoltage: 0
|
||||
};
|
||||
|
||||
var DATAFLASH = {
|
||||
ready: false,
|
||||
sectors: 0,
|
||||
totalSize: 0,
|
||||
usedSize: 0
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue