1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 08:45:28 +03:00

Change the extension of blackbox saved files to BBL and add as prefix

the flight controller identifier.
This commit is contained in:
Miguel 2017-04-11 13:10:26 +02:00 committed by Michael Keller
parent 780451cd38
commit 445b9931bb
4 changed files with 11 additions and 5 deletions

View file

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