mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
Further work and preparation.
Placed dataflash status bar in the header but can’t figure out how to trigger a readout on connect in serial_backend.js. Some help?
This commit is contained in:
parent
10f7cdd1b0
commit
b0b8cc00d7
6 changed files with 60 additions and 61 deletions
|
@ -10,7 +10,7 @@ function startApplication() {
|
|||
id: 'main-window',
|
||||
frame: 'chrome',
|
||||
innerBounds: {
|
||||
minWidth: 1200, // changed from 960
|
||||
minWidth: 1150, // changed from 960
|
||||
minHeight: 700 // changed from 625
|
||||
}
|
||||
}, function (createdWindow) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue