1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Updated dataflash area

- Added line break to make better use of space with no overlapping of the box
- Changed the JS to use i18n to get the correct text for the dataflash box
This commit is contained in:
Mr D - RC 2024-11-28 08:26:11 +00:00
parent 9ff375ed64
commit aa8800719e
4 changed files with 4 additions and 6 deletions

View file

@ -462,6 +462,7 @@ var SerialBackend = (function () {
$('#sensor-status').show();
$('#portsinput').hide();
$('#dataflash_wrapper_global').show();
$('#profiles_wrapper_global').show();
/*
* Init PIDs bank with a length that depends on the version
@ -481,9 +482,6 @@ var SerialBackend = (function () {
interval.add('global_data_refresh', periodicStatusUpdater.run, periodicStatusUpdater.getUpdateInterval(CONFIGURATOR.connection.bitrate), false);
});
$('#profiles_wrapper_global').show();
}
privateScope.onClosed = function (result) {