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

5244 commits

Author SHA1 Message Date
Miguel Angel Mulero Martinez
dd22b21828 Add Galician translation 2019-04-29 08:18:34 +02:00
Michael Keller
55b11e90b4
CI builds using azure pipelines. (#1386)
CI builds using azure pipelines.
2019-04-29 01:32:14 +12:00
Michael Keller
b4930064a6
Adjust dmin limit logic (#1382)
Adjust dmin limit logic
2019-04-29 01:26:44 +12:00
si
10b9e513e0 Try rebase again 2019-04-28 12:05:36 +09:30
Michael Keller
bcca136826
Add rx SerialType for DJI_HDL receiver (#1344)
Add rx SerialType for DJI_HDL receiver
2019-04-28 10:07:16 +12:00
Miguel Angel Mulero Martinez
f2002468c6 Remove magic number, add TIMEOUT_CHECK constant 2019-04-22 16:25:13 +02:00
Miguel Angel Mulero Martinez
acc035a61a Fix slowdown looking for usb devices 2019-04-22 09:44:43 +02:00
jerryxin123
896916e8b8 modify the version to 1.42.0 2019-04-19 22:37:06 +08:00
Michael Keller
981e219078
Merge pull request #1394 from McGiverGim/clean_rewrite_install_firmware_text
Remove rewrite text flash firmware
2019-04-19 14:01:10 +12:00
Michael Keller
b19b1dae54
Merge pull request #1388 from McGiverGim/workaround_bug_cli29+space
Workaround for bug in CLI with 29 lenght + space
2019-04-19 13:49:54 +12:00
Michael Keller
a12826de6f
Merge pull request #1385 from etracer65/firmware_flasher_progress_color
Fix Firmware Flasher progress bar color indicators
2019-04-19 13:45:27 +12:00
Michael Keller
2305e15e4d
Merge pull request #1381 from krzysztofmatula/km-on-arm-timer
OSD: combined ON/ARM timer
2019-04-19 13:39:25 +12:00
Miguel Angel Mulero Martinez
b20bd006ce Remove rewrite text flash firmware 2019-04-17 18:53:00 +02:00
krzysztofmatula
135a34a652
Merge branch 'master' into km-on-arm-timer 2019-04-16 22:19:40 +02:00
Michael Keller
faf78105b4
Merge pull request #1390 from krzysztofmatula/km-odometer-stats
OSD: allow configuring post flight odometer stats
2019-04-17 06:24:33 +12:00
Michael Keller
a687b9df1c
Merge pull request #1389 from McGiverGim/hide_smartfeedforward
Hide SmartFeedforward MSP API 1.42
2019-04-17 06:14:26 +12:00
Michael Keller
c68ec0b67f
Merge pull request #1384 from ianrmurphy/add-rssi-lq-osd-warnings
Added support for RSSI & Link Quality warning settings
2019-04-17 05:49:36 +12:00
Krzysztof Matula
40965d4ab1 OSD: allow configuring post flight odometer stats 2019-04-15 21:07:37 +02:00
Miguel Angel Mulero Martinez
224deb7303 Hide SmartFeedforward MSP API 1.42 2019-04-15 19:12:43 +02:00
Krzysztof Matula
6c47496e12 OSD: combined ON/ARM timer 2019-04-15 18:19:37 +02:00
Ian Murphy
7366b00292 Reinstate warning support. 2019-04-15 15:13:24 +01:00
Ian Murphy
9acd560c78 Undo MSP API changes. 2019-04-15 13:24:36 +01:00
Michael Keller
0ef835947f
Merge pull request #1377 from mikeller/fix_notch_range_adjustments
Fixed notch range adjustments.
2019-04-16 00:20:15 +12:00
Michael Keller
a5c942caf1
Merge pull request #1329 from Cleric-K/autocomplete
CLI Client-side Autocomplete
2019-04-16 00:09:49 +12:00
Cleric-K
f96fc0eec3 CLI Client-side Autocomplete
Executes silently various commands on CLI open. Parses the output
and build autocomplete cache. Autcomplete hints are displayed in
popup lists.
2019-04-15 14:45:53 +03:00
Miguel Angel Mulero Martinez
0ae63f07f9 Workaround for bug in CLI with 29 lenght + space 2019-04-15 11:54:59 +02:00
Bruce Luckcuck
cc4406a748 Fix Firmware Flasher progress bar color indicators
There was previous logic in place to display a visual indicator for the status of the firmware flash using different colors for the progress bar. Unfortunately the logic was never working, or was broken at some point. The progress bar color would remain the default even if the flashing failed, making it difficult to recognize there was a problem.

Fixed to display the progress bar in green for success, red for failed, and blue for other "action required" types of failures. The logic was already there to try and display the red and blue indicators but they weren't working.
2019-04-14 20:04:02 -04:00
Michael Keller
894961cef5
Merge pull request #1353 from etracer65/force_msp_on_vcp
Prevent disabling MSP for VCP port
2019-04-15 11:39:22 +12:00
Bruce Luckcuck
00c55d7fb5 Adjust dmin limit logic
Previously dmin values would reset to 0 if the user decreased the D value below the current setting for dmin on a given axis. Now adjust the max for the dmin value to be D - 1 and set the dmin value to that. Prevents unexpected resets of dmin to 0 when adjusting the D gains.
2019-04-14 11:30:57 -04:00
Bruce Luckcuck
d2089cbcdf Prevent disabling MSP for VCP port
Forces MSP to be enabled and deactivates the control to prevent disabling.
2019-04-14 08:16:54 -04:00
Ian Murphy
9463e08f10 Added support for RSSI & Link Quality warning settings & Link Quality alarm setting. 2019-04-14 12:18:22 +01:00
Michael Keller
2c7d47bbdc
Merge pull request #1368 from ianrmurphy/visualisation-of-rate_limit-settings
Visualisation of rate_limit settings on PID Tuning tab graph.
2019-04-14 22:47:00 +12:00
mikeller
b34a6642f2 Fixed notch range adjustments. 2019-04-14 20:56:23 +12:00
Michael Keller
323c1d5161
Merge pull request #1363 from McGiverGim/update_translations
Update Spanish language
2019-04-14 13:28:59 +12:00
Ian Murphy
fd84f9d8a8 Added send of rate_limits over MSP. 2019-04-13 00:46:37 +01:00
Ian Murphy
991c051e80 Updated to MSP API v1.42 & rebased onto master. 2019-04-12 20:36:45 +01:00
Miguel Angel Mulero Martinez
b61feda251 Update Spanish language 2019-04-12 13:38:48 +02:00
Michael Keller
d912de75f1
Merge pull request #1360 from mikeller/fix_macos_flashing
Fixed flashing on MacOS by updating NW.js.
2019-04-12 15:37:38 +12:00
mikeller
c6132b6a0d Fixed flashing on MacOS by updating NW.js. 2019-04-12 14:17:45 +12:00
Michael Keller
c3e5463137
Merge pull request #1355 from mikeller/increment_version_to_10_6_0
Incremented version to 10.6.0 after release.
2019-04-12 09:18:18 +12:00
Michael Keller
05f67a4bc7 Incremented version to 10.6.0 after release. 2019-04-11 08:02:46 +12:00
Michael Keller
ca64a8f684
Merge pull request #1352 from mikeller/updated_changelog_for_10_5_0
Added 10.5.0 to changelog.
2019-04-11 06:07:08 +12:00
Michael Keller
b187a7117f
Merge pull request #1354 from McGiverGim/update_translations
Update translations
2019-04-11 06:06:59 +12:00
Miguel Angel Mulero Martinez
39d2bc237a Update Simplified Chinese language 2019-04-10 19:14:47 +02:00
Miguel Angel Mulero Martinez
5cb4543a82 Update Swedish language 2019-04-10 19:14:37 +02:00
Miguel Angel Mulero Martinez
09667f3132 Update Russian language 2019-04-10 19:14:24 +02:00
Miguel Angel Mulero Martinez
babce3f755 Update Portuguese language 2019-04-10 19:14:12 +02:00
Miguel Angel Mulero Martinez
3f5250f793 Update Latvian language 2019-04-10 19:13:58 +02:00
Miguel Angel Mulero Martinez
63b3d707c1 Update Korean language 2019-04-10 19:13:48 +02:00
Miguel Angel Mulero Martinez
dfc26ce187 Update Japanese languange 2019-04-10 19:13:37 +02:00