1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00
Commit graph

5506 commits

Author SHA1 Message Date
Michael Keller
56e5299be3
Merge pull request #2280 from haslinghuis/fix_unknown_code_detected
fix unknown msp code 33 & 225 detected
2020-11-20 05:07:17 +13:00
Michael Keller
a674c35eda
Merge pull request #2277 from betaflight/dependabot/npm_and_yarn/bl-1.2.3
Bump bl from 1.2.2 to 1.2.3
2020-11-20 05:00:31 +13:00
Michael Keller
2a4897e0bf
Merge pull request #2276 from chmelevskij/remove-format
chore: remove custom string formatting
2020-11-20 04:45:56 +13:00
Mark Haslinghuis
de8a240a2d THREE.MeshFaceMaterial has been removed. Use an Array instead. 2020-11-19 01:57:58 +01:00
Mark Haslinghuis
8c8ef16481 fix unknown msp code detected 2020-11-18 21:24:20 +01:00
Michael Keller
f1d7386117
Merge pull request #2263 from haslinghuis/fix_tcp_reconnect 2020-11-18 01:12:48 +13:00
Mark Haslinghuis
545ec324c0 Fix tcp boot 2020-11-17 05:20:49 +01:00
Michael Keller
407b9eaac6
Merge pull request #2272 from haslinghuis/bugfixes_msp
Minor bugfixes MSPHelper.js
2020-11-16 06:27:33 +13:00
dependabot[bot]
25c9eeeed5
Bump bl from 1.2.2 to 1.2.3
Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v1.2.2...v1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-15 17:19:44 +00:00
Michael Keller
509ac91767
Merge pull request #2268 from betaflight/dependabot/npm_and_yarn/dot-prop-4.2.1
Bump dot-prop from 4.2.0 to 4.2.1
2020-11-16 06:18:58 +13:00
Tomas Chmelevskij
2938c4338d chore: remove custom string formatting
String template literals are in built way to handle these cases now
2020-11-12 22:01:01 +01:00
Mark Haslinghuis
48c1e830f3 Minor bugfixes MSPHelper.js 2020-11-09 02:51:36 +01:00
dependabot[bot]
1f44cb516e
Bump dot-prop from 4.2.0 to 4.2.1
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-04 14:08:19 +00:00
Michael Keller
71586c914a
Merge pull request #2255 from chmelevskij/use-modules-in-locales 2020-11-05 03:07:39 +13:00
Tomas Chmelevskij
bd9126c10b
Update gulpfile.js
Co-authored-by: Míguel Ángel Mulero Martínez <mcgivergim@gmail.com>
2020-11-04 12:29:31 +01:00
Asizon
b5185092c9 Hide hardwareId when no version detected 2020-11-04 09:31:11 +01:00
Tomas Chmelevskij
73172bdb04 chore: ESM for localization 2020-11-03 21:49:48 +01:00
Michael Keller
4fa1f6a4c0
Merge pull request #2264 from McGiverGim/revert_i18n_fs_backend 2020-10-31 07:38:16 +13:00
Miguel Angel Mulero Martinez
0d74933c6a Fix Vue accessing i18n before loading 2020-10-30 10:28:11 +01:00
Miguel Angel Mulero Martinez
5213ca0602 Revert "Upgrade i18next backend to i18nextHttpBackend"
This reverts commit 0671cfed3f.
2020-10-29 19:25:35 +01:00
Miguel Angel Mulero Martinez
39808a5477 Revert "Replace i18next http backend by filesystem sync backend"
This reverts commit 60d58e7ac9.
2020-10-29 13:11:28 +01:00
Michael Keller
d3addd2d25
Merge pull request #2261 from McGiverGim/use_node_timeout
Replace timeout/interval functions by Node ones
2020-10-30 00:48:55 +13:00
Michael Keller
5309bdf6ff
Merge pull request #2262 from WalcoFPV/cordova_require 2020-10-29 10:09:32 +13:00
Michael Keller
a5c99009c6
Merge pull request #2260 from McGiverGim/inno_min_win8
Restrict Windows version to Windows 8 or higher
2020-10-27 13:13:42 +13:00
WalcoFPV
d7d747dfe3 Fixed code smells 2020-10-26 20:34:54 +01:00
WalcoFPV
f0c48bfe37 Fix require modules with Cordova 2020-10-26 20:17:30 +01:00
Miguel Angel Mulero Martinez
3c89029015 Replace timeout/interval functions by Node ones 2020-10-26 10:00:27 +01:00
Michael Keller
ebbce62bac
Merge pull request #2256 from mikeller/fix_debug_error_message
Updated dependencies to fix error message when starting in debug mode.
2020-10-26 00:50:04 +13:00
Miguel Angel Mulero Martinez
dd0b46bee8 Restrict Windows version to Windows 8 or higher 2020-10-25 12:28:35 +01:00
Michael Keller
2e5566636a
Merge pull request #2254 from limonspb/osd_total_flights
Total flights stats for OSD (configurator part)
2020-10-25 20:48:13 +13:00
Ivan Efimov
61631b56d3 Total flights stats for OSD 2020-10-25 01:30:27 -05:00
Michael Keller
270f6f7b82 Updated dependencies to fix error message when starting in debug mode. 2020-10-24 12:37:38 +02:00
Michael Keller
18a9d615bf
Merge pull request #2251 from McGiverGim/locales_without_underscore
Remove underscore from _locales
2020-10-24 21:02:45 +13:00
Michael Keller
456d2dd6a9
Merge pull request #2250 from McGiverGim/inno_setup
Delete old installation of Configurator before installing
2020-10-24 21:02:22 +13:00
Michael Keller
92ea872648
Merge pull request #2249 from McGiverGim/update_translations
Update translations
2020-10-24 04:57:00 +13:00
Michael Keller
7080adddc2
Merge pull request #2248 from atomgomba/update-run-script-os-to-1.1.3
Update run-script-os to 1.1.3
2020-10-24 04:56:40 +13:00
Miguel Angel Mulero Martinez
d7a6b7374f Remove underscore from _locales 2020-10-23 09:01:46 +02:00
Michael Keller
dd56446241
Merge pull request #2244 from Asizon/update_antigravity_min 2020-10-23 12:04:18 +13:00
Michael Keller
d1adc55c0c
Merge pull request #2245 from McGiverGim/i18next_backend_fs
Replace i18next http backend by filesystem sync backend
2020-10-23 11:34:28 +13:00
Michael Keller
9a69d86a0d
Merge pull request #2239 from haslinghuis/change-message 2020-10-23 11:10:23 +13:00
Miguel Angel Mulero Martinez
610071badb Delete old installation of Configurator before installing 2020-10-22 19:01:43 +02:00
Miguel Angel Mulero Martinez
1178adb263 Update translations 2020-10-22 15:52:45 +02:00
Miguel Angel Mulero Martinez
60d58e7ac9 Replace i18next http backend by filesystem sync backend 2020-10-22 10:06:07 +02:00
Károly Kiripolszky
f0b1a85417 Update run-script-os to 1.1.3 2020-10-22 08:37:06 +02:00
Asizon
559017049f Rename constant 2020-10-22 00:18:00 +02:00
Michael Keller
7d3306aecb
Merge pull request #2241 from McGiverGim/azure_android_vm
Move Android to its own VM in the Azure pipeline
2020-10-22 05:00:05 +13:00
Michael Keller
60f6ea9438
Merge pull request #2238 from McGiverGim/remove_q_library
Remove Q library
2020-10-22 04:59:13 +13:00
Michael Keller
b371ed471d
Merge pull request #2237 from McGiverGim/remove_message_i18n
Parse messages file and use i18next vue plugin
2020-10-22 04:37:42 +13:00
Michael Keller
3d85c87570
Merge pull request #2242 from McGiverGim/move_switchery_yarn 2020-10-22 03:26:21 +13:00
Miguel Angel Mulero Martinez
dba61bc652 Parse messages file and use i18next vue plugin 2020-10-21 10:40:29 +02:00