1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00
Commit graph

1115 commits

Author SHA1 Message Date
Mark Haslinghuis
7340d9420b Filter MSP Output while opening CLI 2021-04-02 13:07:54 +02: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
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
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
Mark Haslinghuis
bede10fe4e Remove chrome references 2021-03-22 14:22:41 +01:00
Michael Keller
b5e253c179
Merge pull request #2428 from haslinghuis/fix_2413 2021-03-23 01:57:41 +13:00
Mark Haslinghuis
d5553b2ee1 Fix persistant settings after changing FC 2021-03-22 00:21:29 +01:00
Mark Haslinghuis
bf2ee49dae Fix MSP motortab 2021-03-21 16:30:28 +01:00
Michael Keller
251d1bc8ab
Merge pull request #2446 from haslinghuis/fix_mac_hide 2021-03-22 00:01:59 +13:00
Mark Haslinghuis
ee4492495c Fix Mac OSX Hide command problem 2021-03-21 11:41:23 +01:00
UAV Tech
b4afe7231c Add FW Filter Slider Support-ALL credit to haslinhuis! 2021-03-18 13:26:07 -04:00
Tomas Chmelevskij
54b0a118a1 feat: move static tabs to modules 2021-03-16 18:19:16 +01:00
Tomas Chmelevskij
d8be3dd5a2 feat: migrate landing to modules 2021-03-13 06:43:21 +01:00
Tomas Chmelevskij
68b39643b7 feat: move help tab to modules 2021-03-01 19:16:51 +01:00
Tomas Chmelevskij
6c8dd5de6d feat: migrate main to modules 2021-03-01 19:03:37 +01:00
Michael Keller
9cedeb23ca
Merge pull request #2424 from haslinghuis/fix_port_dropdown 2021-02-26 01:44:19 +13:00
Mark Haslinghuis
91e06be19f Fix Port Dropdown Width 2021-02-24 20:32:20 +01:00
UAV Tech
4d86124957 Reordered sliders & fix actions 2021-02-22 13:33:18 -05:00
Michael Keller
e06210af2a
Merge pull request #2386 from haslinghuis/fix_81 2021-02-22 01:01:31 +13:00
Mark Haslinghuis
a4ba1adb97 Move receiver and rssi configuration to receiver tab 2021-02-17 23:37:33 +01:00
Mark Haslinghuis
4392e57f3e Fix DminSwitch 2021-02-16 23:38:49 +01:00
Michael Keller
d123e08180
Merge pull request #2416 from chmelevskij/chore/utils-modules
chore: move css and CommonUtils to modules
2021-02-17 07:52:45 +13:00
Michael Keller
99e36744d2
Merge pull request #2411 from chmelevskij/add-semi-to-eslint
chore: add `semi` rule to the linter and run `--fix`
2021-02-17 07:52:18 +13:00
Michael Keller
c14fd6a306
Merge pull request #2415 from haslinghuis/fix_legacy_sliders_patch
Fix Legacy Tuning Slider Patch
2021-02-17 07:52:09 +13:00
Michael Keller
d600bbab61
Merge pull request #2369 from bobbycisneros/master
Added OSD Up/Down reference element
2021-02-17 07:47:37 +13:00
Robert Cisneros
42c9703b95 Removed video format dependency of up/down reference indication
Removed relationship between video format and the default position for the up down reference indication.
2021-02-15 21:17:07 -06:00
Michael Keller
168e778487
Merge pull request #2414 from TheIsotopes/del_microtime
deleted latest microtime entry
2021-02-16 00:50:55 +13:00
Michael Keller
642a4a4579
Merge pull request #2399 from haslinghuis/fix_2360
Extend mixerList with motor and servo values
2021-02-16 00:19:14 +13:00
Mark Haslinghuis
c832e9758a Fix Legacy Tuning Slider Patch 2021-02-15 01:21:06 +01:00
Tomas Chmelevskij
45dd6c3e3a chore: move css and CommonUtils to modules
* move static class to utils/common.js
* move css to modules
2021-02-14 22:32:38 +01:00
TheIsotopes
c24fd28b24
deleted latest microtime entry 2021-02-14 12:54:59 +01:00
Tomas Chmelevskij
616c2e796d chore: add semi rule to the linter and run --fix
Adds semicolon to the linter rules.
2021-02-14 07:37:03 +01:00
Tomas Chmelevskij
934e648e18 feat: use console.time in all places
Remove `microtime` and console log in favour of `console.time`
2021-02-14 07:30:59 +01:00
Tomas Chmelevskij
cb0d9f3a66 feat: use console.time for timing 2021-02-14 07:28:03 +01:00
Robert Cisneros
56fec5cbec Code correction to OSD_UP_DOWN_REFERENCE logic.
Corrected OSD_UP_DOWN_REFERENCE label to be consistent with Betaflight.  Simplified preview logic to show symbol centered.
2021-02-13 22:25:47 -06:00
Michael Keller
dfbd46c6f1
Merge pull request #2409 from haslinghuis/fix_legacy_sliders
Fix legacy PID Tuning Sliders
2021-02-14 12:38:47 +13:00
Michael Keller
ad15724525
Merge pull request #2356 from haslinghuis/rearrange_motor_sensor 2021-02-14 12:36:00 +13:00
Mark Haslinghuis
7c0db59a33 Fix legacy PID Tuning Sliders 2021-02-12 03:06:40 +01:00
Michael Keller
3b26ca653a
Merge pull request #2401 from haslinghuis/fix_2393 2021-02-10 00:43:22 +13:00
Michael Keller
e7c30f3b4d
Merge pull request #2392 from haslinghuis/fix-2389
Check for legacy devices
2021-02-08 23:57:18 +13:00
Mark Haslinghuis
6f21db5a06 Check for legacy devices 2021-02-08 04:53:07 +01:00
Michael Keller
977aafc54d
Merge pull request #2396 from IllusionFpv/fix/msp-tuning-sliders-version
fix msp version check for msp tuning sliders
2021-02-08 16:36:55 +13:00
Michael Keller
4be400a5c6
Merge pull request #2368 from chmelevskij/chore/use-modules 2021-02-08 16:06:36 +13:00
Mark Haslinghuis
a80820abaf Fix firmware filter tuning sliders 2021-02-01 22:29:31 +01:00
Mark Haslinghuis
6b3db9e8d5 Extend mixerList with motor and servo values 2021-01-27 04:40:58 +01:00
Mark Haslinghuis
4d64cda9aa Rearrange configuration and motor tab 2021-01-27 01:11:43 +01:00
Nicola De Pasquale
fb0658828b fix msp tuning sliders version 2021-01-24 14:08:43 +01:00
IvoFPV
41fb373c94 Add support for firmware side sliders 2021-01-17 23:02:19 +13:00