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:
parent
e672dde6e2
commit
0f22b92e35
9 changed files with 284 additions and 3 deletions
|
@ -149,3 +149,8 @@ var MISC = {
|
|||
vbatmaxcellvoltage: 0,
|
||||
vbatwarningcellvoltage: 0
|
||||
};
|
||||
|
||||
var DATAFLASH = {
|
||||
sectors: 0,
|
||||
totalSize: 0
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue