Darren Lines
50d485f24c
Re-ordered Adjustments
...
- Added groups for adjustments
- Re-ordered adjustments within groups
- Added i18n function for label parameters
2022-05-19 08:41:00 +01:00
Darren Lines
16d0366ddd
Added fw level trim to in flight adjustments
2022-05-11 18:14:15 +01:00
Darren Lines
8ed3328f72
Added Fixed Wing TPA Time Constant to adjustments
...
- FW TPA Time Constant now changeable in flight
- FW TPA Time Constant added to PID Tuning -> Mechanics
2022-05-10 12:56:24 +01:00
Alexander van Saase
de82231a9a
fix max adjustment count
2021-04-09 10:39:49 +02:00
Darren Lines
b86b756db8
Update adjustments.js
2020-11-17 08:41:54 +00:00
Andi Kanzler
5eb9cc0498
Add TPA-Adjustment (+ OSD Element)
2020-08-09 22:57:49 +02:00
Alberto García Hierro
0e01133fc9
Make tab loading async safe and add a small animation
...
Tab loading was relying on replacing the contents of '#content'
with the loading indicator, then replacing it with the loading tab
content and blocking rendering until the tab was ready by not
yielding. This is problematic for tabs that load some data
asynchronously, like PID and OSD.
Instead, put the loading indicator in front of everything else
and load new content inside '#content' next to the loading indicator
(but without showing it). Once the content and data are fully loaded
we fade out the loading indicator with a 0.4s long animation and
then we remove. This works for both synchronous and asynchonous
loading of tabs.
2020-01-21 18:19:06 +00:00
Michel Pastor
10780f3f59
Add missing RC adjustments ( #779 )
2019-05-25 00:45:47 +02:00
Pawel Spychalski (DzikuVx)
521915b5a9
1.8 removed
2019-02-26 15:23:04 +01:00
Pawel Spychalski (DzikuVx)
757ca0f5a1
references to INAV 1.4 removed
2018-05-07 20:56:00 +02:00
Michel Pastor
005f462504
Add new adjustments for board alignment
2018-02-16 01:49:26 +01:00
Michel Pastor
fd78485aec
Add new development branch adjustments
2018-02-09 00:59:15 +01:00
Pawel Spychalski (DzikuVx)
be5fd7a605
Rename on other tabs
2017-09-19 22:19:54 +02:00
Pawel Spychalski (DzikuVx)
37738ac269
adaptive intervals
2017-01-25 21:13:58 +01:00
Pawel Spychalski (DzikuVx)
35adb962fb
load balancing on oter tabs
2017-01-22 20:49:40 +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
Konstantin Sharlaimov (DigitalEntity)
ae1a2da4b1
Properly select adjustment count
2016-12-28 22:08:42 +10: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
Pawel Spychalski (DzikuVx)
c5df42cb49
mutiple small fixes so it does not hurts my eyes so much
2016-11-22 21:10:03 +01: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