1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

Change log filename from cleanflight to betaflight

This commit is contained in:
Rodrigo Pérez 2016-08-08 12:04:54 -04:00
parent 7934d78e5f
commit 3c40d2a8b3

View file

@ -230,7 +230,7 @@ TABS.logging.initialize = function (callback) {
function prepare_file() {
// create or load the file
chrome.fileSystem.chooseEntry({type: 'saveFile', suggestedName: 'cleanflight_data_log', accepts: [{extensions: ['csv']}]}, function(entry) {
chrome.fileSystem.chooseEntry({type: 'saveFile', suggestedName: 'betaflight_data_log', accepts: [{extensions: ['csv']}]}, function(entry) {
if (!entry) {
console.log('No file selected');
return;