Commit Graph

17 Commits (1c704a885e202e70f6d2e1e5a1814b763703d695)

Author SHA1 Message Date
Michael Keller 8210a6b9ea Added D setpoint adjustment ranges. 2016-12-12 12:54:18 +13: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
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
KiteAnton e7cacef851 Add RC Rate Yaw as adjustment function 2016-08-08 23:17:22 +02:00
KiteAnton 047a36477c Removed unsupported adjustment ranges 2016-08-08 12:51:19 +02:00
nathan cbb7122336 disable stats 2016-06-15 22:25:11 -07:00
Dominic Clifton 3874c82319 Prevent users for creating mode ranges and adjustment activation ranges
that are too small.
2016-01-12 20:19:23 +01:00
skaman82 2279edd5ba Including changes from NightHawk32 2015-12-07 02:51:06 +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
Dominic Clifton 6b93e354c8 Show Pitch P/I/D and Roll P/I/D in-flight adjustments when using
firmware 1.9.0.  Fix missing 'Roll D' inflight adjustment.

Latest Cleanflight release candidate 1.9.0 now has support for them.
Previously it was unknown if the code was going to be in the 1.9.0 or
1.9.1 release.
2015-05-20 00:58:03 +01:00
Dominic Clifton 5f05e4c8cc Support inflight pitch/roll rate adjustments for fc version >= 1.8.0 and
pitch p,i,d and roll p,i,d adjustments for fc version => 1.9.1
2015-05-18 00:09:29 +01:00
Dominic Clifton 502cf718ab Update backup/restore functionality so that it restores adjustments,
auxiliary settings and channel forwarding (per-profile).  Add "Warning
Cell Voltage" to the UI.
2014-12-21 12:29:36 +00:00
Dominic Clifton a8cf910f51 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	README.md
	_locales/en/messages.json
	changelog.html
	js/backup_restore.js
	js/data_storage.js
	js/msp.js
	js/protocols/stm32.js
	js/serial_backend.js
	main.css
	main.html
	main.js
	manifest.json
	tabs/auxiliary_configuration.css
	tabs/default.css
	tabs/firmware_flasher.js
	tabs/initial_setup.css
	tabs/initial_setup.html
	tabs/initial_setup.js
	tabs/modes.html
	tabs/modes.js
	tabs/motor_outputs.css
	tabs/motors.html
	tabs/receiver.css
	tabs/servos.js
2014-12-18 22:40:03 +00:00
Dominic Clifton 135b4e6905 Set a default rnage when enabling an adjustment. Show the channel
marker.
2014-11-09 04:55:52 +00:00
Dominic Clifton 902da2f91d Add 'Adjustments' tab.
Cleanup 'Auxilary' tab code.
Rename other tabs to have shorter titles.
2014-11-09 00:46:12 +00:00