Skip to content

Commit 88b5183

Browse files
committed
Update NWjs to 0.62.2 and Node to 16.15.1
1 parent 7bc1db4 commit 88b5183

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.15.0
1+
16.17.0

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
5050
const NAME_REGEX = /-/g;
5151

5252
const nwBuilderOptions = {
53-
version: '0.62.0',
53+
version: '0.67.1',
5454
files: `${DIST_DIR}**/*`,
5555
macIcns: './src/images/bf_icon.icns',
5656
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},

src/js/gui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const GuiControl = function () {
7474
};
7575

7676
function GUI_checkOperatingSystem() {
77-
return navigator.userAgentData.platform;
77+
return navigator.userAgentData.platform || 'Android';
7878
}
7979

8080
// Timer managing methods

0 commit comments

Comments
 (0)