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

1326 commits

Author SHA1 Message Date
mikeller
f686370328 Added new fonts to dropdown list, started using the new symbols. 2019-05-04 17:20:13 +12:00
Michael Keller
de14aa50de
Add Croatian translation (#1411)
Add Croatian translation
2019-05-04 15:36:38 +12:00
Miguel Angel Mulero Martinez
36d9f915bd Update OSD symbols 2019-05-02 13:02:28 +02:00
Miguel Angel Mulero Martinez
d5be995459 Add Croatian translation 2019-05-01 15:46:28 +02:00
Michael Keller
f1b9055310
Add Galician translation (#1407)
Add Galician translation
2019-05-01 00:22:43 +12:00
Michael Keller
e0ef4d9bbc
Merge pull request #1402 from McGiverGim/fix_slowdown
Fix slowdown looking for usb devices
2019-05-01 00:03:05 +12:00
Károly Kiripolszky
6062d76ed3 allow user to pick any type of file to load in CLI 2019-04-29 15:04:42 +02:00
Károly Kiripolszky
0458198e9a fix bug when opening jBox twice 2019-04-29 10:27:37 +02:00
Károly Kiripolszky
58373666cb add CLI snippet preview dialog 2019-04-29 10:27:37 +02:00
Károly Kiripolszky
3560d7b716 add button to CLI for loading commands from file 2019-04-29 10:27:37 +02:00
Miguel Angel Mulero Martinez
dd22b21828 Add Galician translation 2019-04-29 08:18:34 +02:00
Michael Keller
b4930064a6
Adjust dmin limit logic (#1382)
Adjust dmin limit logic
2019-04-29 01:26:44 +12:00
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
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
mikeller
b34a6642f2 Fixed notch range adjustments. 2019-04-14 20:56:23 +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
Michael Keller
a6bd1fda6f
Merge pull request #1216 from smoriarty21/update_fpv_max_degree
Update max degree
2019-04-09 21:56:32 +12:00
mikeller
f14c66b5f7 Fixes from review. 2019-04-09 21:37:22 +12:00
Michael Keller
eaa1c05b78
Merge pull request #1348 from mikeller/fix_filter_settings
Fixed lowpass filter settings.
2019-04-09 10:37:20 +12:00
mikeller
e9d83f62a2 Fixed lowpass filter settings. 2019-04-09 06:33:48 +12:00
Michael Keller
5e7f229afa
Merge pull request #1346 from McGiverGim/fujin-improve-board-and-gyro-alignment
Show/Hide gyro elements
2019-04-08 19:29:24 +12:00
Miguel Angel Mulero Martinez
14167c6c72 Show/Hide gyro elements by detection 2019-04-08 08:42:45 +02:00
Michael Keller
06c20442cd
Merge pull request #1338 from fujin/improve-board-and-gyro-alignment
MSP Multiple GYRO/ACC alignment support
2019-04-07 16:39:46 +12:00
Michael Keller
4b03176598
Merge pull request #1345 from McGiverGim/fix_superexpo_preview
Fix superExpo in the receiver preview
2019-04-07 11:07:16 +12:00
Michael Keller
daac0a6c58
Merge pull request #1341 from McGiverGim/fix_flickering_gps
Remove flickering when fix is unstable
2019-04-07 11:06:24 +12:00