mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Change the extension of blackbox saved files to BBL and add as prefix
the flight controller identifier.
This commit is contained in:
parent
780451cd38
commit
445b9931bb
4 changed files with 11 additions and 5 deletions
|
@ -161,7 +161,7 @@ function configuration_backup(callback) {
|
|||
function save() {
|
||||
var chosenFileEntry = null;
|
||||
|
||||
var prefix = CONFIG.flightControllerIdentifier + '_backup';
|
||||
var prefix = 'backup';
|
||||
var suffix = 'json';
|
||||
|
||||
var filename = generateFilename(prefix, suffix);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue