Skip to content

Commit 1c8a040

Browse files
authored
Merge branch 'master' into min_max_chart_settings_web
2 parents 9bdd5ad + d95ab71 commit 1c8a040

File tree

4 files changed

+1597
-5
lines changed

4 files changed

+1597
-5
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "betaflight-blackbox-explorer",
3+
"productName": "Blackbox Explorer",
34
"displayName": "Betaflight - Blackbox Explorer",
45
"description": "Crossplatform blackbox analitics tool for Betaflight flight control system.",
56
"version": "4.0.0",

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ function BlackboxLogViewer() {
10701070
if (item) {
10711071
workspaceGraphConfigs = upgradeWorkspaceFormat(item);
10721072
} else {
1073-
workspaceGraphConfigs = [];
1073+
workspaceGraphConfigs = defaultWorkspaceGraphConfigs;
10741074
}
10751075
});
10761076

0 commit comments

Comments
 (0)