mikeller
b729ffaf68
Fixes for merge from cleanflight.
2017-05-05 16:01:34 +12:00
Hydra
49100d29bd
CF/BF - Update configurator for API 1.33.0.
2017-05-05 16:00:38 +12:00
Hydra
fc4af38fbd
typo fixes for 305f827654057618858e10f48a0473fd50d748ca
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
847b7ef12b
Cleaned up configuration tab.
2017-01-13 20:47:52 +13:00
Michael Keller
bd931342f6
Moved RC interpolation settings into receiver tab.
2016-09-09 15:48:36 +12:00
Michael Keller
9d796752f8
Added deadband to curves and model calculations. Also fixed rates curve bug in pre 2.8.
2016-09-08 08:56:59 +12:00
mikeller
838ab954f1
Fixed reference from 'MspHelper' to 'mspHelper'.
2016-08-14 01:15:14 +12: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
mikeller
6da7383d61
Changes to MSP to make it work with Betaflight branch 'msp_cleanup'.
2016-07-29 14:54:03 +12:00
mikeller
622a4fb821
Clean up profile loading.
2016-07-27 02:46:13 +12: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
Anthony Dmitriyev
4a773bd15d
Fix for 3D model spinning in receiver tab
2016-07-11 21:39:19 +01:00
Anthony Dmitriyev
25e565b940
Fix model yaw input in Receiver tab
2016-07-07 01:18:59 +01:00
Anthony Dmitriyev
10b51a1b83
Cleanup for model/rates
2016-07-07 00:56:40 +01:00
Anthony Dmitriyev
86352b2a61
3D model to respect rates
2016-07-06 23:13:07 +01:00
Anthony Dmitriyev
a609bda194
Add model preview for Receiver tab
2016-07-04 22:34:49 +01:00
mikeller
d527896159
Moved throttle settings into PID tab.
2016-06-29 01:21:30 +12:00
mikeller
67f6818700
Work on moving all rates to PID tab.
...
Work on moving all rates to PID tab.
Finished move of rate courve to PID tab.
2016-06-19 19:46:05 +12:00
nathan
cbb7122336
disable stats
2016-06-15 22:25:11 -07:00
skaman82
46f6b9cd5f
Color theme change
2016-06-11 04:38:24 +02:00
NightHawk32
c58829ba14
some renaming to RC_DEADBAND in the receiver tab
2015-12-27 18:56:00 -05:00
NightHawk32
1df0a14877
MSP communication for deadband and yaw_deadband
2015-12-09 18:56:42 -05:00
Alen
ee2560104f
rssi_channel range is from 1-12 in firmware
2015-11-18 19:52:10 +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
8324a2c002
Fix repeated documentation link generation. Fixed repeated switchery
...
checkbox code.
2015-11-09 23:01:42 +00:00
skaman82
aee05ab86d
Receiver Tab rework
2015-11-08 16:52:07 +01:00
Kristjan Vaga
c5372db830
Merging sticky toolbars with the tab layout changes.
...
Conflicts:
main.css
tabs/adjustments.css
tabs/adjustments.html
tabs/auxiliary.html
tabs/configuration.css
tabs/configuration.html
tabs/dataflash.css
tabs/dataflash.html
tabs/gps.html
tabs/help.html
tabs/landing.html
tabs/led_strip.html
tabs/logging.css
tabs/logging.html
tabs/motors.html
tabs/pid_tuning.css
tabs/pid_tuning.html
tabs/ports.css
tabs/ports.html
tabs/receiver.html
tabs/sensors.html
tabs/servos.css
tabs/servos.html
tabs/setup.css
tabs/setup.html
2015-11-06 01:24:12 +02:00
Kristjan Vaga
76fc0176da
Polishing the toolbar related styles. Fixing styles.
2015-11-05 19:22:39 +02: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
ProDrone
ab883c6dc5
Cleanup code indention and positioning the rc_yaw_expo field
2015-05-22 21:37:03 +02:00
borisbstyle
502a70233a
update
2015-05-22 21:37:02 +02:00
borisbstyle
34c6077b5c
Yaw Expo Feature
2015-05-22 21:37:01 +02:00
Dominic Clifton
045d2b0ca4
Use updated IDs for MSP_LOOP_TIME and MSP_SET_LOOP_TIME. Cleanup and
...
fix backup/restore arming config. Backup restore/looptime. Add config
migration of looptime and arming config. Rename MSP_RCMAP to
MSP_RX_MAP to match cleanflight code.
2015-03-29 15:01:54 +01:00
Dominic Clifton
70593bc0a3
Update code to use correct selected for the RSSI AUX select element.
2015-01-07 20:15:21 +00:00
Dominic Clifton
eda54f13db
Update RSSI channel configuration.
2015-01-07 13:51:08 +00:00
cTn
e401b1ffce
renaming some of the appview hits
2014-10-30 12:33:39 +01:00
cTn
ecd34bf113
removing all code depending on CONFIG.capability that i could find on the first swoop
2014-10-12 18:38:04 +02:00
cTn
341416c180
attach window resize handlers in a way that doesn't overwrite previous handler
2014-10-06 19:16:48 +02:00
cTn
5105dc2165
clamp values to specific range
2014-10-05 19:46:27 +02: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
fe4240deb7
rssi_aux_channel support in receiver tab, hybrid box bugfixes
2014-09-24 16:01:23 +02:00
cTn
c24b8fb482
MSP_BUILDINFO placeholder code
2014-09-24 15:19:22 +02:00
cTn
b826d8a6cf
custom made meter indicators with sub-glyph rendering
2014-09-23 14:23:56 +02:00
cTn
e7534f8035
sprinkle in some new bright colors for sensor status, reworking meters in receiver tab
2014-09-22 18:58:56 +02:00
cTn
0cb69faf00
fixing the last bugger in curve/value update event
2014-09-22 11:06:29 +02:00
cTn
a8b96a9206
dont cancel following events
2014-09-22 11:03:00 +02:00
cTn
17e5893dde
variable cleanup, event bugfixes, one more update condition left
2014-09-22 10:50:34 +02:00