We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc1db4 commit c8d0490Copy full SHA for c8d0490
.nvmrc
@@ -1 +1 @@
1
-16.15.0
+16.17.0
gulpfile.js
@@ -50,7 +50,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
50
const NAME_REGEX = /-/g;
51
52
const nwBuilderOptions = {
53
- version: '0.62.0',
+ version: '0.67.1',
54
files: `${DIST_DIR}**/*`,
55
macIcns: './src/images/bf_icon.icns',
56
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},
src/js/gui.js
@@ -74,7 +74,7 @@ const GuiControl = function () {
74
};
75
76
function GUI_checkOperatingSystem() {
77
- return navigator.userAgentData.platform;
+ return navigator?.userAgentData?.platform || 'Android';
78
}
79
80
// Timer managing methods
0 commit comments