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

1544 commits

Author SHA1 Message Date
mikeller
d05ded8d0e Trimmed down RX settings display to save some space on the configuration
tab.
2016-10-20 13:57:29 +13:00
mikeller
4e8e8890ab Added '.BFL' extension to log file name suggestions. Also changed to upper case for consistency with SD Card logs. 2016-10-16 16:42:37 +13:00
Michael Keller
da02712bea Hide gyro notch filter 2 settings for firmware < 3.0.1. 2016-10-13 13:05:41 +13:00
U-DESKTOP-12PPI61\boris.bozic
037f26259b Add DSHOT600 and DSHOT150 2016-10-13 00:48:38 +02:00
mikeller
23d0a8eb5f Added gyro notch 2 filter. 2016-10-12 01:48:03 +13:00
U-DESKTOP-12PPI61\boris.bozic
30857b7490 Remove unnecessary fw check 2016-10-10 23:51:58 +02:00
U-DESKTOP-12PPI61\boris.bozic
27714fc447 Add DSHOT option 2016-10-10 23:41:22 +02:00
Michael Keller
23fb99eb4a Merge pull request #300 from mikeller/fix_dataflash_download_vcp
Fixed dataflash download for VCP boards by setting block size to 512.
2016-10-11 00:41:30 +13:00
borisbstyle
a9cd969c02 Merge pull request #301 from betaflight/pterm_accel
Change pterm setpoint conform latest master
2016-10-10 01:13:26 +02:00
nathan
fac1de1ee7 tooltip for the preview switch 2016-10-04 22:52:20 -07:00
nathan
e35a738dbf close the font upload manager before reboot 2016-10-04 22:52:00 -07:00
Dan Nixon
d7594b7620 Fix issue with alarm values not being saved 2016-10-04 10:00:13 +01:00
Dan Nixon
c655ced36a Add crosshairs option to OSD 2016-10-04 10:00:05 +01:00
U-DESKTOP-12PPI61\boris.bozic
0e9283d2ec Repurpose pterm setpoint weight 2016-10-02 01:30:56 +02:00
mikeller
e3271df250 Fixed dataflash download for VCP boards by setting block size to 512. 2016-09-25 13:15:43 +13:00
nathan
99afb42a59 fix(osd): upgrades incld position format and versioned layout 2016-09-22 23:57:43 -07:00
nathan
5daffd1f68 osd upgrades 2016-09-20 02:07:00 -07:00
nathan
6ee14fb848 update unit preview on every change 2016-09-19 23:43:35 -07:00
nathan
5965bc7e1f version osd baro code 2016-09-19 23:15:46 -07:00
mikeller
170aa39e70 Added version gating (apiVersion >= 1.21) for altitude in OSD. 2016-09-20 01:33:08 +12:00
Dan Nixon
43284b6fe7 Allow toggling the logo in preview, add altitude option 2016-09-19 13:22:57 +01: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
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
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
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
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
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
Rodrigo Pérez
e515012f3d Update firmware list for selected board 2016-09-13 03:13:21 -03: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
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
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
TheAngularity
a13885be85 fixed wrong slider range from ptermSetpoint 2016-09-06 22:16:07 +02:00
Michael Keller
275d5d15a3 Added 'Super Rates' title, reverted pterm setpoint weight range. 2016-09-07 07:51:47 +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
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
mikeller
1da5219bf2 Added new rc rate calculation to rates curve. Removed SUPER_EXPO feature for >= 3.0.
Added support for RC Expo Power setting.

fixed titlebar in pid tuning tab

request from @mikeller #252
fixed titlebar from pid tuning and accel
2016-09-05 11:02:33 +12:00
mikeller
2deb792312 Added 3D deadband throttle. Also, did some code cleanup. 2016-09-02 00:56:50 +12:00
skaman82
13b0562d0d tiny css addition 2016-08-29 03:46:20 +02:00
skaman82
68f4235237 fixes #255
longer craft name input field
2016-08-29 03:41:58 +02:00