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

1544 commits

Author SHA1 Message Date
skaman82
7de6d1d55f Fix for #254
Some CSS work in the PID tab
2016-08-29 03:38:36 +02:00
Michael Keller
f5e53d1a6b Merge pull request #247 from mikeller/add_expert_mode
Added expert mode. Moved FAILSAFE feature back into failsafe tab.
2016-08-26 11:57:58 +12:00
U-DESKTOP-12PPI61\boris.bozic
21fa9f8929 Fix for dterm setpoint range 2016-08-24 23:52:22 +02:00
mikeller
eafbaa5d06 Added expert mode. Moved FAILSAFE feature back into failsafe tab. 2016-08-24 17:13:20 +12:00
U-DESKTOP-12PPI61\boris.bozic
c13b793809 1.7.6 version 2016-08-24 01:13:46 +02:00
Michael Keller
64ae6d1860 Fixed persisting of vbatPidCompensation. 2016-08-24 08:39:51 +12:00
U-DESKTOP-12PPI61\boris.bozic
7f1848aeb5 Merge branch 'add_filter_settings' of https://github.com/mikeller/betaflight-configurator 2016-08-23 01:16:40 +02:00
mikeller
72fc7b6f91 Created subtab for PID filters. Added filter setting to PID tuning tab. 2016-08-21 23:19:56 +12:00
U-DESKTOP-12PPI61\boris.bozic
13254b19b8 Increase motor step 2016-08-20 23:29:50 +02:00
Michael Keller
dac6e7a659 Fixed persisting of prerelease switch. 2016-08-19 13:30:30 +12:00
Michael Keller
c6529589e0 Merge pull request #233 from KiteAnton/msp_crunch_cleanup
Cleanup crunch(), switch to use .pushX functions
2016-08-18 12:53:42 +12:00
Anton Stålheim
39f787efb1 Merge pull request #230 from mikeller/persist_release_information
Persistently cache firmware release informations across app reloads, to avoid triggering GitHub's API rate limiting.
2016-08-18 01:11:53 +02:00
Anton Stålheim
44a0d54ea9 Cleanup crunch(), switch to use .pushX functions 2016-08-18 01:00:07 +02:00
mikeller
ba6b0ee07e Persistently cache firmware release informations across app reloads, to avoid triggering GitHub's API rate limiting. 2016-08-18 09:42:52 +12:00
mikeller
a987de68b9 Moved FAILSAFE feature switch into configuration tab, made failsafe tab hidden if FAILSAFE is disabled. Added warning about using failsafe. 2016-08-17 23:58:07 +12:00
gaelj
806bdf6bdc LED Strip: Bind any AUX channel to the color modifier overlay 2016-08-16 13:02:37 +02:00
TheAngularity
c694d4c035 save button broken again ... fixed typo 2016-08-14 10:48:16 +02:00
mikeller
838ab954f1 Fixed reference from 'MspHelper' to 'mspHelper'. 2016-08-14 01:15:14 +12:00
Michael Keller
1f6ede8deb Merge pull request #204 from KiteAnton/improvements_adjustments
Code improvements for adjustments tab
2016-08-14 01:03:50 +12:00
Michael Keller
b2729be1be Merge pull request #198 from KiteAnton/msp_rework3
Separation of MSP code
2016-08-14 00:41:25 +12:00
nathan
6c85978220 [OSD] make it not possible to overflow the bounds of the preview window when positioning elements 2016-08-12 22:09:07 -07:00
nathan
32c3f40abb [OSD] updates including inflection.js, stylistic cleanups including 2 spaces instead of 4, change the default background image back 2016-08-12 22:08:34 -07:00
KiteAnton
6024be2db2 Code improvements for adjustments tab 2016-08-12 15:27:53 +02:00
KiteAnton
96115be10e Separation of MSP code into protocol and config parts, will ease further development and readability 2016-08-11 22:20:23 +02:00
NightHawk32
1a800122be In strict mode functions (toggleStage2) can only be declared immediately within another function. This prevented the failsafe tab from getting loaded properly. 2016-08-10 06:11:17 -04:00
KiteAnton
cbba3a3a54 Fix save issue for blackbox tab 2016-08-09 21:02:34 +02:00
borisbstyle
9d2a3a3d01 Merge pull request #110 from mikeller/move_yaw_jump_prevention
Moved yaw jump prevention to separate row. Added help text.
2016-08-09 15:36:04 +02:00
KiteAnton
e7cacef851 Add RC Rate Yaw as adjustment function 2016-08-08 23:17:22 +02:00
Anton Stålheim
b4ce967453 Merge pull request #193 from KiteAnton/adjustments
Removed unsupported adjustment ranges
2016-08-08 23:05:35 +02:00
Rodrigo Pérez
3c40d2a8b3 Change log filename from cleanflight to betaflight 2016-08-08 12:04:54 -04:00
KiteAnton
047a36477c Removed unsupported adjustment ranges 2016-08-08 12:51:19 +02:00
mikeller
bd43669459 Moved yaw jump prevention to separate row. Added help text.
Hide 'Yaw jump prevention' row for Betaflight PID controller.
2016-08-08 08:10:45 +12:00
Michael Keller
7934d78e5f Merge pull request #189 from mikeller/make_rc_interpolation_interval_dynamic
Made display of rcInterpolationInterval dynamic.
2016-08-08 07:31:13 +12:00
KiteAnton
2ffefb065f Some cleanup of MSP code 2016-08-06 15:59:43 +02:00
mikeller
3511ca7f71 Fixed persisting of SUPEREXPO_RATES setting. 2016-08-07 01:10:14 +12:00
mikeller
3ded21c22f Made display of rcInterpolationInterval dynamic. 2016-08-06 10:06:47 +12:00
Anton Stålheim
e34086b7f6 Merge pull request #186 from KiteAnton/remove_modes
Remove unused files, modes.css, modes.js and modes.html
2016-08-05 14:14:48 +02:00
U-DESKTOP-12PPI61\boris.bozic
9150774642 Hide rc interpolation when manual not selected 2016-08-05 12:51:52 +02:00
U-DESKTOP-12PPI61\boris.bozic
bf2ddf0c12 Merge branch 'master' of https://github.com/betaflight/betaflight-configurator 2016-08-05 12:43:20 +02:00
U-DESKTOP-12PPI61\boris.bozic
f239b1bd9c Add tooltips and refactor 2016-08-05 12:39:43 +02:00
KiteAnton
a7ffd373f6 Remove unused files 2016-08-05 12:16:29 +02:00
mikeller
cf62ac8841 Fixed hiding of rcSmoothing parameters. 2016-08-05 21:05:13 +12:00
U-DESKTOP-12PPI61\boris.bozic
63e806a2bd Hide new params for older version 2016-08-05 09:30:59 +02:00
mikeller
e83314c65c Added dterm setpoint weight to PID tab.
Added new PID tuning settings.

Moved controller parameters to bottom, made them hide when not relevant.
2016-08-05 13:19:45 +12:00
mikeller
74cf83a3bf Fixed profile switching when not on PID tab. 2016-08-05 02:24:29 +12:00
KiteAnton
2295f66bc5 Fix for possible issue if loggingRate == Infinity, due to missing configuration 2016-08-04 02:12:50 +02:00
Rodrigo Pérez
4fc1348194 Disable "Loading firmware [Online]" button when downloading and enable when finish/fail. 2016-08-02 19:14:27 -04:00
Michael Keller
e6d12761e2 Fixed backup / restore with profile switching. 2016-08-03 09:38:01 +12:00
borisbstyle
be29373d5c Merge pull request #175 from KiteAnton/blackbox_rate
Blackbox rate simplification
2016-08-02 22:40:17 +02:00
KiteAnton
24e06f56f0 Modified blackbox rate selection 2016-08-02 22:26:50 +02:00