mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-20 14:55:15 +03:00
Change extension to json
This commit is contained in:
parent
db46d752d4
commit
b8b5ee95fc
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ function configuration_backup(callback) {
|
|||
var chosenFileEntry = null;
|
||||
|
||||
var accepts = [{
|
||||
extensions: ['txt']
|
||||
extensions: ['json']
|
||||
}];
|
||||
|
||||
// generate timestamp for the backup file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue