Darren Lines
5388a12370
Add ordering to Serial Rx Providers
...
Sorts Rx providers alphabetically.
2023-01-17 11:50:58 +00:00
Pawel Spychalski (DzikuVx)
71fbf43417
Drop RcMappingRead
2022-05-26 17:22:10 +02:00
Pawel Spychalski (DzikuVx)
2d0ab85dcc
Add RC protocol tracking
2022-05-26 17:21:48 +02:00
Pawel Spychalski (DzikuVx)
37340fc351
Receiver save and reboot
2020-02-25 18:16:58 +01:00
Pawel Spychalski (DzikuVx)
180bc84e2c
Move RX configuration to Receiver tab
2020-02-25 17:52:42 +01: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
Pawel Spychalski (DzikuVx)
cb1ff69703
Cleanup INAV 2.0.0
2019-10-26 22:30:59 +02:00
Pawel Spychalski (DzikuVx)
521915b5a9
1.8 removed
2019-02-26 15:23:04 +01:00
Michel Pastor
6846e28c9b
Drop receiver tab channels plot
2018-06-14 01:32:10 +02:00
Alberto García Hierro
6e80fd2b4d
Fix support for simulated RX via MSP, increase channels to 12
...
- Fix detection of MSP_RX to show the button in the receiver tab
- Fix path to the .css file for receiver_msp.html
- Increase number of channels to 12
2018-05-20 17:05:34 +01:00
Michel Pastor
a89661f4cf
Make channel mapping more user friendly
2018-03-20 01:21:40 +01:00
Michel Pastor
5652fe0497
Fix expo curves issue
2018-02-19 15:50:10 +01:00
Konstantin Sharlaimov (DigitalEntity)
a33e48550b
Draw auto and manual expo curves on the same canvas
2018-02-18 17:16:27 +10:00
Michel Pastor
76c6de70db
Add manual mode expo settings to the receiver tab
2018-02-18 06:33:51 +01:00
Alberto García Hierro
24f9823c1f
Allow RSSI channel only on channels >= 5
...
Also, show CH# (e.g. CH7) rather than just the bare number in the
combobox, makes it more obvious that you're selecting an actual
channel number rather than an AUX channel number.
2017-10-20 12:52:21 +01:00
Alberto García Hierro
7c9154601a
Fix RC map validation code.
...
Small typo introduced in the renaming of AUX channels.
2017-10-12 14:17:04 +01:00
Pawel Spychalski (DzikuVx)
99ad84e544
tracking of used rc mapping
2017-10-08 16:20:50 +02:00
Pawel Spychalski (DzikuVx)
7d7a1dc866
RC_MAP update
2017-10-07 22:22:26 +02:00
Pawel Spychalski (DzikuVx)
3320acdbbd
Unused varaibles removed
2017-10-07 21:32:20 +02:00
Pawel Spychalski (DzikuVx)
3acf97e5f9
AUX renamed to CH on Receiver tab
2017-09-19 22:05:48 +02:00
Pawel Spychalski (DzikuVx)
050dab3ee1
RC rate removed
2017-02-19 18:46:23 +01:00
Pawel Spychalski (DzikuVx)
37738ac269
adaptive intervals
2017-01-25 21:13:58 +01:00
Pawel Spychalski (DzikuVx)
297ad70c5d
dynamic polling interval on receiver page
2017-01-22 19:57:27 +01:00
Pawel Spychalski (DzikuVx)
7c7b366ca7
references to pre 1.15 api version removed
2017-01-19 20:24:54 +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
U-PAWEL-X220\pawel
d9415eadd1
msp chainer on receiver tab
2017-01-06 21:09:21 +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
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