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

93 commits

Author SHA1 Message Date
Michel Pastor
020336694c Add manual mode rate settings to the PID tuning tab 2018-02-18 06:33:44 +01:00
Pawel Spychalski (DzikuVx)
973aec053e some rationalization in PID table generation and PID names no longer taken directly from FC 2017-03-11 18:45:51 +01:00
Pawel Spychalski (DzikuVx)
51a550b1c2 GUI for notch filters' 2017-01-19 22:18:58 +01:00
Pawel Spychalski (DzikuVx)
3f196a9505 MSP_STATUS removed from manual pulls 2017-01-18 19:54:26 +01:00
Pawel Spychalski (DzikuVx)
d1483e5e26 tab tasks unified 2017-01-18 16:50:35 +01:00
Pawel Spychalski (DzikuVx)
d1fcb81017 timing methods extracted to separate classes 2017-01-18 15:54:45 +01:00
U-PAWEL-X220\pawel
c64d5f5ea0 MSP chainer for pid_tuning tab 2017-01-06 20:09:41 +01:00
Pawel Spychalski (DzikuVx)
18a00dedf8 MSP refactoring 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
e231aed13a overhaul 2016-11-20 18:24:20 +01:00
Pawel Spychalski (DzikuVx)
4d2882e353 options moved 2016-11-20 12:17:55 +01:00
Pawel Spychalski (DzikuVx)
649da56163 ignore rates 2016-11-20 09:24:24 +01:00
Pawel Spychalski (DzikuVx)
d503cb92c7 Filtering configuration 2016-11-19 20:17:23 +01:00
Pawel Spychalski (DzikuVx)
ea9efd4622 Yaw jump and prevention limit 2016-11-19 17:57:40 +01:00
Pawel Spychalski (DzikuVx)
4f3037e7cd MagHold Yaw rate limit UI 2016-11-19 14:18:49 +01:00
Pawel Spychalski (DzikuVx)
1f0ede0120 pid tab optimizations 2016-08-29 19:22:35 +02:00
Pawel Spychalski (DzikuVx)
c6e81d991f dropped PID values scaling and some cleanup 2016-08-29 14:45:19 +02:00
Paweł Spychalski
ad55318829 possibility to change controller in UI removed from code (#17) 2016-06-21 21:41:53 +10:00
Pawel
e9d2563dad rates in dps for iNav > 1.1.0, see iNavFlight#204 2016-05-15 18:20:21 +02:00
NightHawk32
19e6f9026b PID controllers can now be reset to defaults 2015-12-12 18:42:49 -05:00
skaman82
210b47967b Removing profile selector from PID tab 2015-11-24 20:23:07 +01:00
NightHawk32
0aefcd5959 Renamed global profile selector to avoid collisions with #pid-tuning 2015-11-23 17:00:05 -05:00
NightHawk32
7531ce69fe Profile is now changable globally. 2015-11-22 16:00:01 -05:00
skaman82
5de5f6d191 Merge remote-tracking branch 'cleanflight/development' into GUI-optimization 2015-11-14 01:49:10 +01:00
Dominic Clifton
ac78dbc8c0 Support cleanflight API 1.14.0 (pid controller removal/reindex). 2015-11-14 00:41:23 +00:00
skaman82
0880343488 Merge remote-tracking branch 'cleanflight/development' into GUI-rework
# Conflicts:
#	main.js
#	tabs/landing.js
2015-11-11 22:08:19 +01:00
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.
2015-11-11 21:01:22 +00:00
skaman82
e429cf623d placing tooltip content into the json file 2015-11-11 11:54:56 +01:00
Dominic Clifton
8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00:00
skaman82
a5bef02067 PID Tab fix 2015-11-09 10:33:33 +01:00
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“
2015-11-05 16:37:15 +01:00
skaman82
8e79a250ed Basic rework of: Adjustments and PID tabs, little fixes and changes here and there 2015-11-04 22:22:23 +01:00
skaman82
ddd4136ff3 Getting ready to redesign the PID Tab 2015-11-02 10:10:08 +01:00
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
2015-05-07 22:10:26 +01:00
Dominic Clifton
4b2704e784 Support independent configuration of pitch and roll rates. Cleanup of
tpa breakpoint configuration support.
2015-03-11 22:50:07 +00:00
Dominic Clifton
5683314f93 Merge https://github.com/tricopterY/cleanflight-configurator into tricopterY-development
Conflicts:
	tabs/pid_tuning.html
	tabs/pid_tuning.js
2015-03-11 22:09:35 +01:00
Paul Rogalinski
db3b50814b fixed formatting 2015-03-11 21:34:02 +01:00
Paul Rogalinski
e0b97b3b50 fixed inconsistent method names 2015-03-11 21:24:46 +01:00
Paul Rogalinski
ca718409df made pid or pidController change exclusive, always refresh from FC after
save
2015-03-11 00:19:24 +01:00
tricopterY
7318e247be Update pid_tuning.js 2015-03-10 14:27:34 +11:00
Dominic Clifton
35200e5a36 Support changing PID controller in the GUI. 2015-01-29 18:27:50 +01:00
cTn
f9ff34fb8b prevent re-sending analytics appview on tab re-initialization, add 1500ms delay on configuration save & reboot 2014-10-01 13:16:22 +02:00
cTn
5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 2014-10-01 12:58:09 +02:00
cTn
69e23197e1 change profile input element to select 2014-09-23 21:02:07 +02:00
cTn
e9c4a533af finishing touches to the crunching mechanism, backup and restore is all cleaned up now 2014-09-17 09:27:54 +02:00
cTn
e626fbeb7b utilizing the new data cruncher in various tabs (aux, pid, receiver) and in restore routines, unfinished (looking solid) 2014-09-16 23:07:52 +02:00
cTn
d7810e1bb6 make initial tab data request burst better comply with strict mode to prevent random race conditions 2014-08-14 16:48:16 +02:00
cTn
932a58d355 pretty pretty pretty 2014-08-12 16:20:26 +02:00
cTn
e27a194ec7 another refactor for global variables, bugfixes for logging tab initialization in strict mode 2014-08-12 15:51:31 +02:00
cTn
20e6ad0074 enable strict mode in couple more files 2014-08-09 20:01:17 +02:00
cTn
1885fba5a0 analytics overhaul 2014-07-16 12:59:12 +02:00