Commit Graph

83 Commits (649da56163a88dc2f52ab0622bca8271b056c319)

Author SHA1 Message Date
Pawel Spychalski (DzikuVx) 649da56163 ignore rates 8 years ago
Pawel Spychalski (DzikuVx) d503cb92c7 Filtering configuration 8 years ago
Pawel Spychalski (DzikuVx) ea9efd4622 Yaw jump and prevention limit 8 years ago
Pawel Spychalski (DzikuVx) 4f3037e7cd MagHold Yaw rate limit UI 8 years ago
Pawel Spychalski (DzikuVx) 1f0ede0120 pid tab optimizations 8 years ago
Pawel Spychalski (DzikuVx) c6e81d991f dropped PID values scaling and some cleanup 8 years ago
Paweł Spychalski ad55318829 possibility to change controller in UI removed from code (#17) 8 years ago
Pawel e9d2563dad rates in dps for iNav > 1.1.0, see iNavFlight#204 8 years ago
NightHawk32 19e6f9026b PID controllers can now be reset to defaults 9 years ago
skaman82 210b47967b Removing profile selector from PID tab 9 years ago
NightHawk32 0aefcd5959 Renamed global profile selector to avoid collisions with #pid-tuning 9 years ago
NightHawk32 7531ce69fe Profile is now changable globally. 9 years ago
skaman82 5de5f6d191 Merge remote-tracking branch 'cleanflight/development' into GUI-optimization 9 years ago
Dominic Clifton ac78dbc8c0 Support cleanflight API 1.14.0 (pid controller removal/reindex). 9 years ago
skaman82 0880343488 Merge remote-tracking branch 'cleanflight/development' into GUI-rework
# Conflicts:
#	main.js
#	tabs/landing.js
9 years ago
Dominic Clifton d73196ea11 Fix toggle buttons reverting to checkboxes after reboot.
This moves GUI specific code out of main and the individual tab js files
into gui.js, where it fits better.
9 years ago
skaman82 e429cf623d placing tooltip content into the json file 9 years ago
Dominic Clifton 8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
9 years ago
skaman82 a5bef02067 PID Tab fix 9 years ago
skaman82 1816979cc4 More Work done:
• Tooltip integration
• Sensor Tab: rework
• Help & Documentation Tab: basic styling
• Logging Tab: basic styling
• PID Tab: some fixes
• Added the word „configurator (+ version)“ under the logo
• Removed not yet used „help icons“
9 years ago
skaman82 8e79a250ed Basic rework of: Adjustments and PID tabs, little fixes and changes here and there 9 years ago
skaman82 ddd4136ff3 Getting ready to redesign the PID Tab 9 years ago
Dominic Clifton 244685c9a6 Update version checking code to use semantic versioning - see
http://semver.org/

semver.js creating using browserify.

https://www.brcdn.org/?module=semver&version=4.3.4
10 years ago
Dominic Clifton 4b2704e784 Support independent configuration of pitch and roll rates. Cleanup of
tpa breakpoint configuration support.
10 years ago
Dominic Clifton 5683314f93 Merge https://github.com/tricopterY/cleanflight-configurator into tricopterY-development
Conflicts:
	tabs/pid_tuning.html
	tabs/pid_tuning.js
10 years ago
Paul Rogalinski db3b50814b fixed formatting 10 years ago
Paul Rogalinski e0b97b3b50 fixed inconsistent method names 10 years ago
Paul Rogalinski ca718409df made pid or pidController change exclusive, always refresh from FC after
save
10 years ago
tricopterY 7318e247be Update pid_tuning.js 10 years ago
Dominic Clifton 35200e5a36 Support changing PID controller in the GUI. 10 years ago
cTn f9ff34fb8b prevent re-sending analytics appview on tab re-initialization, add 1500ms delay on configuration save & reboot 10 years ago
cTn 5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 10 years ago
cTn 69e23197e1 change profile input element to select 10 years ago
cTn e9c4a533af finishing touches to the crunching mechanism, backup and restore is all cleaned up now 10 years ago
cTn e626fbeb7b utilizing the new data cruncher in various tabs (aux, pid, receiver) and in restore routines, unfinished (looking solid) 10 years ago
cTn d7810e1bb6 make initial tab data request burst better comply with strict mode to prevent random race conditions 10 years ago
cTn 932a58d355 pretty pretty pretty 10 years ago
cTn e27a194ec7 another refactor for global variables, bugfixes for logging tab initialization in strict mode 10 years ago
cTn 20e6ad0074 enable strict mode in couple more files 10 years ago
cTn 1885fba5a0 analytics overhaul 10 years ago
cTn e49f4ea5ff converting tab object initialization 10 years ago
cTn 799fc76c8e hooking up all of the active_tab references 10 years ago
cTn 00e1ae0500 pid tuning in tabs 10 years ago
cTn c6700a8588 equip all tab initializers with callback parameter (currently without hooks) 10 years ago
cTn 6e0177738c removing obsolete highlight 10 years ago
cTn 700ca41957 fix the steps for LEVEL I 10 years ago
cTn 5abe7473f8 moving send_message routine to MSP object 10 years ago
cTn eac97e1b59 pid tuning got full i18n support 11 years ago
cTn 2162a2b9d3 pre-enable i18n for all html content in tabs 11 years ago
cTn 4f8f45f290 add pid names to PID table from PID_names array 11 years ago