1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-20 23:05:15 +03:00
Commit graph

46 commits

Author SHA1 Message Date
mikeller
0744bb5928 Fixed sliders being disabled when re-entering the motors tab with motors running. 2017-11-07 00:46:29 +13:00
mikeller
059fc18520 Fixed motor output values in motor tab. 2017-09-21 01:32:20 +12:00
MattM
a8ca80c9b4 Adding back UI for ACC 2017-09-04 06:33:36 -04:00
Bas Delfos
ca39c713e9 Fixed motor tab for BF 3.1.x. Fixed #568 2017-07-30 11:00:07 +02:00
Bas Delfos
70c69b807d Fix for fix 2017-07-30 11:00:07 +02:00
Bas Delfos
e5b777b86f Fix model preview in motors tab 2017-07-30 11:00:07 +02:00
Hydra
49100d29bd CF/BF - Update configurator for API 1.33.0. 2017-05-05 16:00:38 +12:00
Hydra
b4936958f8 CF/BF - fix some usages of flightControllerVersion which should have
used MSP API version.

FYI:

3.1.0 = api 1.31 -
https://github.com/betaflight/betaflight/blob/v3.1.6/src/main/msp/msp_protocol.h
3.0.1 = api 1.21 -
https://github.com/betaflight/betaflight/blob/v3.0.1/src/main/io/msp_protocol.h
3.0.0 = api 1.20 -
https://github.com/betaflight/betaflight/blob/v3.0.0/src/main/io/msp_protocol.h
2.9.1 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v2.9.1/src/main/io/serial_msp.h
2.8.0 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v.2.8.0/src/main/io/serial_msp.h
2.4.0 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v2.4.0/src/main/io/serial_msp.h
2017-05-05 16:00:38 +12:00
Michael Keller
9abe674da1 Fixed graph reset button on motors tab. 2017-03-10 15:28:27 +13:00
mikeller
4a309c72de Replaced accelerometer graph on motors tab with gyroscope graph. 2017-02-24 16:10:25 +13:00
mikeller
911ebe02ab Fixed accelerometer graph on motors tab. 2017-02-24 09:08:26 +13:00
mikeller
7760836d3c Fixed motor tab for DShot 3D mode. 2017-02-14 21:24:34 +13:00
Anton Stålheim
44a0d54ea9 Cleanup crunch(), switch to use .pushX functions 2016-08-18 01:00:07 +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
2ffefb065f Some cleanup of MSP code 2016-08-06 15:59:43 +02:00
mikeller
9594cbded5 Centralised feature handler in BF_CONFIG. Switched all access to features to use the handler. 2016-07-24 23:30:51 +12:00
nathan
cbb7122336 disable stats 2016-06-15 22:25:11 -07:00
skaman82
4433ec8159 images replacement 2016-06-12 17:41:14 +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
cTn
0cd315b5e7 rename files to better correspond to their specific tabs 2014-10-30 12:43:35 +01:00
Renamed from tabs/motor_outputs.js (Browse further)