1
0
Fork 0
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:
skaman82 2015-10-22 18:03:17 +02:00
parent 10f7cdd1b0
commit b0b8cc00d7
6 changed files with 60 additions and 61 deletions

View file

@ -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) {