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

846 commits

Author SHA1 Message Date
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
Michael Keller
452bff90a6
Merge pull request #1343 from Docteh/fix_trailing_newline
small tweak to avoid treating a newline at the end a font file as data
2019-04-06 19:07:43 +13:00
root
e72807a874 revised code to fix newline issue 2019-04-04 20:21:34 +00:00
Michael Keller
c685be4223
Merge pull request #1339 from etracer65/add_filter_defaults_by_version
Add support for filtering defaults based on firmware version
2019-04-05 08:44:04 +13:00
Miguel Angel Mulero Martinez
6b9fbc5930 Fix superExpo in the receiver preview 2019-04-04 16:34:35 +02:00
jerryxin123
406932ce48 Add rx SerialType for DJI_HDL receiver 2019-04-04 19:37:19 +08:00
root
d58b721ab9 small tweak to avoid treating a newline at the end a font file as data 2019-04-04 03:54:11 +00:00
Bruce Luckcuck
fcf802b8d4 Add support fo filtering defaults based on firmware version
Ensures that when filters are enabled the defaults used are appropriate for the firmware version.
2019-04-03 09:37:50 -04:00
Miguel Angel Mulero Martinez
4391ea882b Remove flickering when fix is unstable 2019-04-03 14:09:23 +02:00
Michael Keller
a36329c860
Merge pull request #1337 from mikeller/fix_flashing_lockout
Fixed lockout for flashing local file caused by the releases being loaded.
2019-04-03 21:35:13 +13:00
Michael Keller
8abfdb7424
Merge pull request #1336 from mikeller/fix_reconnect_attempts
Removed non-working reconnect attempts.
2019-04-02 20:48:24 +13:00
AJ Christensen
e322ef0795 MSP Multiple GYRO/ACC alignment support
* Make use of 1.41.0 MSP API changes introduced
  https://github.com/betaflight/betaflight/pull/7506
* Not really happy with the elements/css, but opening this up for feedback. I
  can't quite get the select inputs or the text/icons to go where I want :p
2019-04-02 20:03:15 +13:00
mikeller
9aa4d8aa1b Fixed lockout for flashing local file caused by the releases being loaded. 2019-04-01 22:52:07 +13:00
mikeller
80220738d1 Removed non-working reconnect attempts. 2019-03-31 23:59:26 +13:00
Johannes
e4f792bf4a
update defaults to match firmware settings
update dterm_lowpass_dyn_min_hz dterm_lowpass2_type and dterm_lowpass2_hz to match firmware defaults
2019-03-29 00:23:25 +01:00
Michael Keller
18bff02242
Merge pull request #1327 from mikeller/fix_debian_file_ownership
Fixed ownership of installed files on debian.
2019-03-26 07:47:25 +13:00
Károly Kiripolszky
e7798344d8 show successful clipboard copy on the button 2019-03-25 11:10:57 +01:00
Károly Kiripolszky
4968f7b080 hide CLI 'Copy to clipboard' button if neither NW nor browser support is available 2019-03-24 16:59:16 +01:00
Károly Kiripolszky
4bb9d30d05 use standard Clipboard API when available 2019-03-24 15:29:36 +01:00
Károly Kiripolszky
eb899ddf21 add button to copy CLI contents to clipboard 2019-03-24 15:29:36 +01:00
mikeller
5f5166cc41 Fixed ownership of installed files on debian. 2019-03-24 11:52:59 +13:00
Kenneth Mitchell
e0e7c8a423 Do not change dyn_lpf_gyro_max_hz. 2019-03-17 18:46:20 -04:00
jack
b390a48d04 Added rpm freq osd element and new rpm osd layout. Added new element type, which is an array of string. 2019-03-16 23:13:25 +11:00
Miguel Angel Mulero Martinez
5a5e87a2a0 Add integrated yaw to the Configurator 2019-03-14 11:46:59 +01:00
Miguel Angel Mulero Martinez
bad5b7c627 Add D Min feature to PIDs tab 2019-03-12 13:56:29 +01:00
Michael Keller
951eec9aab
Merge pull request #1314 from etracer65/cli_decorate_errors
Decorate CLI error messages to make them more visible
2019-03-10 08:49:33 +13:00
Miguel Angel Mulero Martinez
9f2e608530 Add dynamic lpf and dterm filters 2019-03-08 08:25:23 +01:00
Bruce Luckcuck
836fe3141f Decorate CLI error messages to make them more visible
Now that we've standardized the CLI error messages it's simple to parse these when displayed in the CLI window and make them more visible. This change makes the CLI error messages red and use a bold font.
2019-03-07 10:57:26 -05:00
Miguel Angel Mulero Martinez
eac9848552 Fix 32khz MSP command 2019-03-05 12:30:42 +01:00
Michael Keller
873f05dcbd
Merge pull request #1307 from McGiverGim/googlemaps_to_openstreetmap
Migrate Google Maps to OpenStreetMap
2019-03-03 22:46:28 +13:00
Miguel Angel Mulero Martinez
04ca4a5f12 Migrate Google Maps to OpenStreetMap 2019-03-03 10:02:15 +01:00
Michael Keller
5de1b703aa
Merge pull request #1287 from dthubereng/add_mode_logic_to_msp
Add modeLogic and mode link UI support
2019-03-03 12:40:00 +13:00
Dave Huber
9a59604b0f Don't show Add Link button if not supported by API 2019-02-23 23:32:00 -06:00
Dave Huber
2d0e1187c7 only hide logic list if mode has only one range/link 2019-02-17 12:42:24 -06:00
Dave Huber
7037329f73 Add mixing links and ranges within a mode 2019-02-17 01:24:41 -06:00