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

2601 commits

Author SHA1 Message Date
borisbstyle
a0d85cc11e Merge pull request #287 from nathantsoi/fix/osd-logo
logo first, so it is overwritten by other fields in the preview
2016-09-19 07:15:09 +02:00
nathan
80f50df3f5 render the logo first, so it is overwritten by other fields in the preview 2016-09-18 19:02:10 -07:00
Michael Keller
9d71bb3671 Merge pull request #285 from GaryKeeble/Rates-graph-enhancements
Rates Graph Enhancements
2016-09-19 01:25:48 +12:00
Gary Keeble
02338caccc Merge branch 'PR-comments' into Rates-graph-enhancements 2016-09-18 14:15:45 +01:00
Gary Keeble
77c5670d60 Corrections as per PR comments
1. Moved plotStickPositions() function to RateCurve.js and renamed to
drawStickPositions()
2. Modified currentValue to prevent 0/-0 flickering.
3. Layers given unique id’s to remove indexing.
4. RC value monitoring now in function TABS.pid_tuning.checkRC()
5. updateRateLabels now in function TABS.pid_tuning.updateRateLabels()
6. Moved drawAxisLabel() and drawBaloonLabel() into function
TABS.pid_tuning.updateRateLabels() (as they are only used there)
2016-09-18 14:14:54 +01:00
Gary Keeble
3a77c7fade Rates Graph Update
Prevent the balloon labels from overlapping,
Add dynamic stick position indicators to rates graph
Add minimum font size to text (for low DPI monitors).
Extend the length of the pointer on the balloons
Multi-Layer Canvas'
Add window resize triggers
Add current stick position values
Remove 360deg axes lines and code tidy
2016-09-17 08:03:00 +01:00
U-DESKTOP-12PPI61\boris.bozic
5512575051 Bump Version 2016-09-15 01:30:09 +02:00
Michael Keller
7753e81415 Merge pull request #281 from mikeller/msp_dataflash_jumbo_frames
Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames.
2016-09-15 09:29:58 +12:00
Michael Keller
ca772a0896 Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames. 2016-09-15 09:27:39 +12:00
Michael Keller
110dd21d31 Merge pull request #280 from betaflight/revert-278-msp_dataflash_jumbo_frames
Revert "Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames."
2016-09-15 08:46:32 +12:00
Michael Keller
af3a185c5a Revert "Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames." 2016-09-15 08:46:01 +12:00
Michael Keller
60cb7ab6be Merge pull request #278 from mikeller/msp_dataflash_jumbo_frames
Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames.
2016-09-15 08:44:42 +12:00
Michael Keller
d8be37d7d3 Merge pull request #270 from mikeller/fix_osd_empty_tooltip
Removed empty tooltip for 'OSD' feature.
2016-09-15 08:44:34 +12:00
borisbstyle
6b2dfd09c8 Merge pull request #272 from mikeller/more_spacing_fixes
Fixed more spacing issues on the PID tab.
2016-09-14 16:16:22 +02:00
borisbstyle
762352ea6a Merge pull request #279 from GaryKeeble/Rates-graph-scale
Add rates graph balloon labels for maximum rates
2016-09-14 14:18:41 +02:00
Gary Keeble
5c6972cb11 Add rates graph balloon labels for maximum rates
Add legend to rates graph to show maximum rates for roll, pitch and
yaw. Adjust auto-scale so that it is in multiples of 200deg/s so that
the auto-scale operates less often.
2016-09-14 12:55:03 +01:00
Michael Keller
76a1473187 Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames.
Set default serial speed to 500000 kbps.
2016-09-14 14:06:13 +12:00
skaman82
ffb6cfe081 VTX icons 2016-09-14 01:37:53 +02:00
Michael Keller
b42bbd01c7 Merge pull request #277 from bilson/fix-update-firmware-list
Update firmware list for selected board
2016-09-13 19:00:01 +12:00
Rodrigo Pérez
e515012f3d Update firmware list for selected board 2016-09-13 03:13:21 -03:00
Michael Keller
e61ef7bb93 Merge pull request #276 from KiteAnton/save_board
Save selected board
2016-09-13 10:03:41 +12:00
Anton Stålheim
41e0241291 Save selected board 2016-09-12 22:15:13 +02:00
Anton Stålheim
e6d49e06f8 Merge pull request #275 from mikeller/fix_cli_profile_switching
Fixed profile switching in the CLI.
2016-09-12 20:43:19 +02:00
Michael Keller
b00f854b6a Fixed profile switching in the CLI.
Cleaned up CLI input processing.
2016-09-13 02:12:31 +12:00
Michael Keller
b495a7da8e Fixed more spacing issues on the PID tab. 2016-09-13 00:49:44 +12:00
mikeller
9f99ddbfca Removed empty tooltip for 'OSD' feature. 2016-09-11 23:16:23 +12:00
borisbstyle
27e03d1263 Update changelog.html 2016-09-09 11:13:42 +02:00
borisbstyle
30a8261507 Merge pull request #267 from mikeller/move_rc_interpolation
Moved RC interpolation settings into receiver tab.
2016-09-09 08:09:50 +02:00
Michael Keller
bd931342f6 Moved RC interpolation settings into receiver tab. 2016-09-09 15:48:36 +12:00
U-DESKTOP-12PPI61\boris.bozic
8017002773 Replace pterm setpoint weight with Super Expo PID relaxation 2016-09-09 00:53:38 +02:00
borisbstyle
6d92789ea5 Merge pull request #266 from mikeller/add_deadband_to_curves_and_model
Added deadband to curves and model calculations. Also fixed rates curve bug in pre 2.8.
2016-09-07 23:36:01 +02:00
Michael Keller
edad524714 Removed merge artefacts 2016-09-08 09:16:28 +12:00
Michael Keller
9d796752f8 Added deadband to curves and model calculations. Also fixed rates curve bug in pre 2.8. 2016-09-08 08:56:59 +12:00
U-DESKTOP-12PPI61\boris.bozic
f9ea2c8ee4 Merge branch 'master' of https://github.com/betaflight/betaflight-configurator 2016-09-07 00:48:57 +02:00
U-DESKTOP-12PPI61\boris.bozic
f8c5ce5353 Fix RC Expo representation above rc rate of 2.0 2016-09-07 00:48:35 +02:00
Michael Keller
a2385ed14c Merge pull request #265 from TheAngularity/pterm-setpoint-slider
fixed wrong slider range from ptermSetpoint
2016-09-07 08:23:25 +12:00
TheAngularity
a13885be85 fixed wrong slider range from ptermSetpoint 2016-09-06 22:16:07 +02:00
U-DESKTOP-12PPI61\boris.bozic
2588f9d49a Changelog 2016-09-06 22:11:53 +02:00
borisbstyle
388ac3dde3 Merge pull request #264 from mikeller/ui_updates
Added 'Super Rates' title, reverted pterm setpoint weight range.
2016-09-06 21:59:57 +02:00
Michael Keller
275d5d15a3 Added 'Super Rates' title, reverted pterm setpoint weight range. 2016-09-07 07:51:47 +12:00
Michael Keller
6431927f06 Merge pull request #263 from TheAngularity/column-width-fixed
fixed column width in accel table title bar
2016-09-06 22:29:35 +12:00
TheAngularity
d564d05c04 fixed column width in accel table title bar 2016-09-06 09:48:09 +02:00
borisbstyle
9c564a4bfe Merge pull request #258 from betaflight/new_rc_rates
Added new rc rate calculation to rates curve. Removed SUPER_EXPO feature for >= 3.0
2016-09-06 01:56:39 +02:00
U-DESKTOP-12PPI61\boris.bozic
20b115479c Bump version to 1.7.8 2016-09-06 01:55:29 +02:00
borisbstyle
c3571bda74 Merge pull request #262 from betaflight/pterm_weight
Increase Pterm setpoint weight range
2016-09-06 01:53:02 +02:00
U-DESKTOP-12PPI61\boris.bozic
5a4c2e59d6 Increase Pterm setpoint weight range 2016-09-06 01:52:20 +02:00
Michael Keller
b94f25f2eb Removed 'rcExpoPower'. 2016-09-06 11:39:59 +12:00
U-DESKTOP-12PPI61\boris.bozic
15be4bb687 Rc Rate accuracy old versions 2016-09-06 01:22:51 +02:00
U-DESKTOP-12PPI61\boris.bozic
25954b3d14 Fix Curve formula 2016-09-06 01:17:30 +02:00
Michael Keller
130270b0c0 Merge pull request #253 from KiteAnton/update_dev_builds
Removed link to empty development builds
2016-09-06 08:04:52 +12:00