1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-20 06:45:11 +03:00
Commit graph

51 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
9433319fdf Motors tab refactoring 2019-07-16 19:37:41 +02:00
Pawel Spychalski (DzikuVx)
ae6c37118d Fix partial loading of OSD tab is some cases 2019-02-11 19:15:46 +01:00
Michel Pastor
05c96f93c3 Fix motors tab sliders (#613)
Closes #613
2018-12-17 23:49:11 +01:00
Michel Pastor
1b453762a1 Fix bug in MSP_ACTIVEBOXES decoding
In JS `(1<<32) == 1` so it was causing an issue when the FC was advertising
more than 32 mode boxes
2018-06-05 01:52:15 +02:00
Pawel Spychalski (DzikuVx)
e9d2a06b7e fixed bugs with not detecting new mixer capable firmware 2018-04-10 21:52:39 +02:00
Pawel Spychalski (DzikuVx)
614a0c1ed9 motor tab updates 2018-04-05 14:11:11 +02:00
Pawel Spychalski (DzikuVx)
c1fe0ede87 Updated list and basic model 2018-03-29 15:51:06 +02:00
Pawel Spychalski (DzikuVx)
7fbf63b7fc Basic support for MSP2_INAV_MIXER frame 2018-03-28 20:22:48 +02:00
Pawel Spychalski (DzikuVx)
eb208af39d chainer for motors tab 2018-02-01 15:45:23 +01:00
Pawel Spychalski (DzikuVx)
80dfe85930 another bunch of rationalizations 2018-01-29 19:55:51 +01:00
Pawel Spychalski (DzikuVx)
37738ac269 adaptive intervals 2017-01-25 21:13:58 +01:00
Pawel Spychalski (DzikuVx)
d695b7cec3 serial port load balancing on motors tab 2017-01-21 13:29:41 +01:00
Pawel Spychalski (DzikuVx)
083eee3115 msp queue load 2017-01-20 21:39:48 +01:00
Pawel Spychalski (DzikuVx)
93a4dd1b84 MSP_IDENT removed from usage 2017-01-19 19:52:57 +01:00
Pawel Spychalski (DzikuVx)
eff3eb2420 fixes for global status pull handler 2017-01-18 20:20:26 +01:00
Pawel Spychalski (DzikuVx)
3f196a9505 MSP_STATUS removed from manual pulls 2017-01-18 19:54:26 +01:00
Pawel Spychalski (DzikuVx)
d1fcb81017 timing methods extracted to separate classes 2017-01-18 15:54:45 +01:00
Pawel Spychalski (DzikuVx)
24e126dfe0 motor test mode fix 2016-12-23 20:06:42 +01:00
Pawel Spychalski (DzikuVx)
ef831a32ac Servo update fix 2016-12-22 21:13:31 +01:00
Pawel Spychalski (DzikuVx)
1bb6850c24 Merge remote-tracking branch 'origin/master' into osd-support 2016-12-15 00:18:35 +01:00
Konstantin Sharlaimov (DigitalEntity)
2946004ccf Add support for MSP_SENSOR_STATUS if firmware version is gte 1.5 2016-12-12 14:07:17 +10:00
Pawel Spychalski (DzikuVx)
18a00dedf8 MSP refactoring 2016-11-29 19:47:47 +01:00
skaman82
6b6fd4d35c Color scheme changes 2016-05-24 17:28:30 +02:00
Dominic Clifton
6935fa62ce Merge pull request #321 from DL6ER/development
Add vibrations RMS to Motors tab
2016-01-30 12:32:22 +01:00
Dominik Derigs
327b0ecb28 Again, minor change 2016-01-18 08:52:42 +01:00
Dominik Derigs
f60f599fb9 Further simplification of the new code 2016-01-18 08:45:19 +01:00
Dominik Derigs
ed735556df Fixed variable rms being at the wrong place (doesn't affect functionality) 2016-01-17 23:36:01 +01:00
Dominik Derigs
9b5fdb6aba Minor change 2016-01-17 22:56:03 +01:00
Dominik Derigs
a3c39289bd Added RMS display in Motors tab 2016-01-17 22:54:10 +01:00
NightHawk32
da4f916f10 no modifications to motor values in 3d mode if msp 3d isn't supported 2016-01-12 17:18:34 -05:00
tricopterY
d22271ce61 Sanity Check 3D-Neutral limits 2016-01-10 13:25:03 +11:00
tricopterY
b8acb13e5d Motors test mode switch and dynamically enabling/disabling Switchery Sliders
see: #297 and #233
2016-01-10 09:48:41 +11:00
Dominic Clifton
f0144b3d99 Fix initialisation of allowTestMode. Without this if you connected to a
board that had 3D API support and then connected to another board
without the 3D API support the test mode would be incorrectly enabled.
2015-12-16 14:46:07 +01:00
Dominic Clifton
18fd5d01ec Disable use of switchery on motors tab for motor control checkbox.
Switchery sliders do not respect the 'disabled' property.
2015-12-16 12:12:02 +01:00
NightHawk32
904a55c930 Adding fixes for 3D to the newest version
Merge remote-tracking branch 'upstream/master'

Conflicts:
	tabs/configuration.html
2015-11-12 17:34:21 -05:00
NightHawk32
09100c8eba Adapted the check for running motors in the motor control for 3D. 2015-11-12 16:22:04 -05:00
NightHawk32
d183f19369 In case you deactivate the motor-control it checks now if 3D is activated and resets the throttle to the proper neutral value. 2015-11-12 16:00:07 -05: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
8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00:00
skaman82
add49f7aca removing fading 2015-11-09 21:57:37 +01:00
skaman82
09b8578300 fixing motor/servo indicator 2015-11-09 21:40:26 +01:00
skaman82
92d11f71e3 Motor Tab rework 2015-11-08 21:31:24 +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
87e9bfd3d9 ...restoring some files 2015-10-23 15:42:32 +02:00
Dominic Clifton
7e6cdd5d1d Fix the servo order and numbering on the 'motors' tab.
Fixes #251.
2015-10-14 21:20:57 +01:00
Dominic Clifton
41cd7f3f18 Update motors tab to handle armed state. Re-order HTML elements on
motors tab.
2015-05-25 23:07:08 +01:00
Dominic Clifton
e8bd813fb8 Re-implement model diagram on motors tab.
See 79505e42ed.
2014-12-20 00:29:49 +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
cTn
366cd018b2 whops, fixing trailing commas 2014-11-15 01:18:04 +01:00
cTn
59df068b63 rename all underlying references inside the renamed files 2014-10-30 12:47:52 +01:00