Commit Graph

5718 Commits (1497b544c1561aa6bd6898a8b0098beff086ff1e)

Author SHA1 Message Date
Tomas Chmelevskij d71a5f7ef3 feat: move firmware to modules
this fixes the disconnect issue
2021-06-03 21:04:46 +01:00
Hydra ad329c518e Ensure elements marked as draggable are draggable.
Such as OSD elements.
2021-06-03 20:27:39 +02:00
Mark Haslinghuis 3b90d3d520 Change Auto-Connect timeout 2021-06-03 18:59:07 +02:00
Michael Keller ceea7ef60b
Merge pull request #2465 from klutvott123/mcu-id-for-vtx-table-lua 2021-06-04 01:57:51 +12:00
Michael Keller 1aa71c433a
Merge pull request #2483 from Sthirs/bugfix/fix-2009
Fix typing behaviour on PID inputs
2021-06-04 01:47:53 +12:00
Hydra 78d6a6d4e4 Ensure child elements within child elements are also selectable. 2021-05-29 16:11:54 +02:00
Hydra 62a74b5c8b Prevent drag/dop and text selection on most elements. 2021-05-29 16:06:18 +02:00
Hydra 90de7768cf Put keyboard focus on the 'Close' button of the problems dialog to make
it quicker to dismiss.
2021-05-25 13:33:36 +02:00
Michael Keller f828cab249
Merge pull request #2490 from betaflight/dependabot/npm_and_yarn/postcss-8.2.10 2021-05-21 02:17:17 +12:00
Michael Keller f21e1dce2f
Merge pull request #2487 from betaflight/dependabot/npm_and_yarn/hosted-git-info-2.8.9 2021-05-21 02:16:31 +12:00
Michael Keller 74b8e754c5
Merge pull request #2482 from Asizon/rc_smoothing_updates 2021-05-21 02:15:00 +12:00
Michael Keller 54b54bd71b
Merge pull request #2476 from betaflight/dependabot/npm_and_yarn/djv-2.1.4 2021-05-21 02:12:34 +12:00
Michael Keller 67f2de39e0
Merge pull request #2462 from klutvott123/link-to-lua-scripts
Link to Betaflight lua scripts
2021-05-21 02:07:00 +12:00
Michael Keller b04c29c3f6
Merge branch 'master' into link-to-lua-scripts 2021-05-18 01:37:08 +12:00
Michael Keller 7a6eac5ab1
Merge pull request #2463 from chmelevskij/modules/options
feat: use modules in options tab
2021-05-18 01:26:50 +12:00
Michael Keller dbed357356
Merge pull request #2466 from McGiverGim/fix_cli_resource
Fix autocomplete of resource pin
2021-05-18 01:16:51 +12:00
Michael Keller c07529b6bc
Merge pull request #2470 from Asizon/dyn_notch_count_bandwidth 2021-05-18 01:14:13 +12:00
Michael Keller 02a3a876eb
Merge pull request #2473 from klutvott123/Add-GPS-rescue-min-dth
Add GPS rescue min dth
2021-05-18 01:11:32 +12:00
dependabot[bot] e30e146429
Bump postcss from 8.1.1 to 8.2.10
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.1 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.1.1...8.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 09:52:13 +00:00
dependabot[bot] e4a1b82846
Bump hosted-git-info from 2.8.5 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 08:00:38 +00:00
Sthirs debf25adbd Fix typing behaviour on PID inputs
Setting the PID input value while calculating the slider display
was the cause of losing the caret position.

refs #2009
2021-05-02 21:53:11 +02:00
Asizon 5c8eb1d265 Remove rc_smoothing types and updates 2021-05-01 09:39:28 +02:00
dependabot[bot] fbb7d73403
Bump djv from 2.1.3-alpha.0 to 2.1.4
Bumps [djv](https://github.com/korzio/djv) from 2.1.3-alpha.0 to 2.1.4.
- [Release notes](https://github.com/korzio/djv/releases)
- [Changelog](https://github.com/korzio/djv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/korzio/djv/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-13 15:25:48 +00:00
Hans Christian Olaussen 9c9f53813a Add GPS rescue min dth 2021-04-11 20:20:16 +02:00
Asizon bd7634a290 Dynamic notch new parameters
Hide if not =>1.44

Remove unneeded show action

Update with new values

Fixing requested changes

Added frecuency label
2021-04-10 10:26:27 +02:00
Miguel Angel Mulero Martinez 6dee93cecd Fix OSD speed unit preview 2021-04-08 19:20:04 +02:00
Miguel Angel Mulero Martinez e6c2e67c5b Add support for OSD type variants 2021-04-06 09:46:09 +02:00
Hans Christian Olaussen b283120bf0 Mcu ID for lua vtx table
Use mcu ID as filename for the vtx table .lua file.
2021-04-05 17:10:56 +02:00
Miguel Angel Mulero Martinez fb7937ee79 Fix autocomplete of resource pin 2021-04-05 13:52:27 +02:00
Tomas Chmelevskij 91b583b7c8 feat: use modules in options tab 2021-04-03 09:22:53 +02:00
Hans Christian Olaussen b818794df0 Link to Betaflight lua scripts
Added link to the Betaflight lua scripts in the welcome text.
2021-04-02 18:15:15 +02:00
Mark Haslinghuis 7340d9420b Filter MSP Output while opening CLI 2021-04-02 13:07:54 +02:00
Michael Keller 9ece824971
Merge pull request #2457 from betaflight/dependabot/npm_and_yarn/y18n-3.2.2
Bump y18n from 3.2.1 to 3.2.2
2021-04-01 08:04:14 +13:00
dependabot[bot] ae790b8663
Bump y18n from 3.2.1 to 3.2.2
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 15:48:30 +00:00
Michael Keller d118188727
Merge pull request #2456 from mikeller/generate_win64
Generate win64 version for Windows by default.
2021-03-29 23:09:14 +13:00
mikeller c5cc24c924 Generate win64 version for Windows by default. 2021-03-28 21:03:15 +13:00
Michael Keller 06c8e5075d
Merge pull request #2451 from haslinghuis/fix_818
Remove chrome references
2021-03-28 18:30:01 +13:00
Michael Keller 1395841f1c
Merge pull request #2449 from haslinghuis/fix_motor_MSP
Fix MSP motortab
2021-03-28 18:29:41 +13:00
Michael Keller 9f7cc4836a
Merge pull request #2448 from haslinghuis/fix_motors_css
Adjust CSS for motor configuration
2021-03-28 18:29:32 +13:00
Michael Keller 3b9c4a2e38
Merge pull request #2434 from betaflight/dependabot/npm_and_yarn/pug-code-gen-2.0.3
Bump pug-code-gen from 2.0.2 to 2.0.3
2021-03-28 18:26:52 +13:00
Michael Keller a0c2aa9f69
Merge pull request #2432 from betaflight/dependabot/npm_and_yarn/urijs-1.19.6
Bump urijs from 1.19.5 to 1.19.6
2021-03-28 18:26:22 +13:00
Michael Keller 22c8df8270
Merge pull request #2453 from betaflight/revert-2431-dependabot/npm_and_yarn/three-0.125.0
Revert "Bump three from 0.97.0 to 0.125.0"
2021-03-26 01:21:40 +13:00
Michael Keller 740b4a7165
Merge pull request #2454 from john-k3nnedy/slider-margin
Allow margin of 25 for aux ranges
2021-03-25 01:57:59 +13:00
Robert Lacroix 504cc74e7a Allow margin of 25 for aux ranges
Aux ranges that are 25 wide are actually supported and working fine when configured via CLI, but the UI has a lower limit of 50. This changes the UI to match the CLI behavior.
2021-03-23 16:57:31 -07:00
Michael Keller f9008db359
Revert "Bump three from 0.97.0 to 0.125.0" 2021-03-24 02:19:21 +13:00
Michael Keller e14700703d
Merge pull request #2429 from spatzengr/fixsliderenable 2021-03-24 02:17:24 +13:00
Michael Keller 0061d9979c
Merge pull request #2444 from chmelevskij/modules/static_tab
feat: move static tabs to modules
2021-03-24 00:23:09 +13:00
Michael Keller 905e0815ad
Merge pull request #2431 from betaflight/dependabot/npm_and_yarn/three-0.125.0
Bump three from 0.97.0 to 0.125.0
2021-03-23 23:24:48 +13:00
Michael Keller 0d61fabe09
Merge pull request #2440 from betaflight/dependabot/npm_and_yarn/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4
2021-03-23 23:19:46 +13:00
Mark Haslinghuis bede10fe4e Remove chrome references 2021-03-22 14:22:41 +01:00