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

140 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
eac50a4865 Remove expo from the Receiver tab 2024-05-14 20:13:04 +02:00
Pawel Spychalski (DzikuVx)
07600e1fa6 Fix additional tabs 2024-05-05 21:40:10 +02:00
Pawel Spychalski (DzikuVx)
6b5440f437 remove msp_balanced_interval 2024-04-26 20:46:31 +02:00
Scavanger
6fe68a6b73 Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into Electron 2024-04-18 18:30:48 -03:00
Scavanger
06a4d8b0c8 Convert to CommonJS Modules Part 3 2024-04-18 15:39:19 -03:00
Pawel Spychalski (DzikuVx)
38b17021e3 Do not use MSP_MISC frame 2024-04-10 15:51:49 +02:00
Andi Kanzler
91f1699659 Convert to CommonJS Modules 2024-02-26 11:58:56 -03:00
Andi Kanzler
7df8253099 Firmware flasher, BLE, TCP, UDP -> Electron 2024-02-16 20:55:36 -03:00
Andi Kanzler
f24ccfc637 Init 2024-02-10 18:08:17 -03:00
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