1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 17:25:14 +03:00
Commit graph

64 commits

Author SHA1 Message Date
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
Konstantin (DigitalEntity) Sharlaimov
e6b5719cc4 [DJI] Add support for DJI FPV goggles and SBUS Fast protocol 2020-01-02 10:34:57 +01:00
Pawel Spychalski (DzikuVx)
79a16a8fe3 Cleanup 2.1 version 2019-10-27 20:17:20 +01:00
Alberto García Hierro
0e47a8415c Add support for selecting FrSky OSD in the ports tab 2019-09-26 09:47:30 +01:00
Michel Pastor
4cf10eedf9
Add the GSM SMS telemetry option (#781) 2019-05-25 17:30:50 +02:00
Konstantin Sharlaimov (DigitalEntity)
bc95909055 [PORTS] Add ESC and OPFLOW to serial port bit masks 2019-05-11 22:04:23 +02:00
Carsten W
a9f9487d4f Add configurator support for FFPV24G into configurator (#744)
* add configurator support for FFPV24G

* change naming to match FC code
2019-04-29 17:24:19 +02:00
Pawel Spychalski (DzikuVx)
97c622fbb1 1.7 family removed 2019-02-26 09:12:04 +01:00
Pawel Spychalski (DzikuVx)
76fa185747 Cleanup and default to VCP board 2019-01-23 17:25:47 +01:00
Pawel Spychalski (DzikuVx)
8baec91be3 fix ports tab on older firmwares 2019-01-21 20:21:20 +01:00
Michel Pastor
c0c06d7882 Add rangefinder to ports sensor list 2019-01-07 23:55:14 +01:00
Pawel Spychalski (DzikuVx)
13f50294f3 references to INAV 1.2 removed 2018-05-07 20:46:11 +02:00
azol
eddf5473f4 Change 'RunCam Split' to 'RunCam Device' 2017-10-19 16:51:48 +08:00
Pawel Spychalski (DzikuVx)
8dfa070624 Port GPS renamed to Sensors and moved to separate column 2017-09-19 21:33:26 +02:00
Pawel Spychalski (DzikuVx)
3920cfa443 SmartAudio and Tramp support 2017-09-13 11:21:15 +02:00
Pawel Spychalski (DzikuVx)
ccc92ac3b6 Blackbox moved to Pheripherials column 2017-08-09 18:46:03 +02:00
azolyoung
02d4a8ae47 use FC version as condition to detect which is support rcsplit or not. 2017-08-06 15:02:05 +08:00
azol
73f324e4c1 add runcam split suport
add peripherals column on ports page

fixed ports page will show the rcsplit with apiversion less 1.27.0

move the modeName adjust function to peripherals.js, and add failsafe modename not update when rcsplit available

cleanup

clean up
2017-08-06 11:05:43 +08:00
Konstantin Sharlaimov (DigitalEntity)
0dcbf6109c Add 4800 baud 2017-03-27 17:45:52 +10:00
Konstantin Sharlaimov (DigitalEntity)
12492267b7 Extend baudrates; Allow telemetry baud rates down to 1200 bps 2017-03-27 17:41:21 +10:00
Pawel Spychalski (DzikuVx)
9f7fae6f80 new tracking events 2017-01-25 19:46:03 +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
Pawel Spychalski (DzikuVx)
dfebfe9684 UART7 and UART8 2017-01-10 16:16:30 +01:00
Pawel Spychalski (DzikuVx)
9de6e9d2f1 fixed reboot sequence 2016-12-23 16:08:42 +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
Pawel Spychalski (DzikuVx)
505a5e2bf4 iBus telemetry 2016-09-08 10:41:25 +02:00
Konstantin (DigitalEntity) Sharlaimov
daf3dba48e MAVLink compatibility cleanups 2016-07-14 22:14:51 +10:00
Konstantin Sharlaimov (DigitalEntity)
fa860ab1cd Enable MAVLINK telem on FC > 1.2.0 2016-07-07 16:34:44 +10:00
Konstantin Sharlaimov (DigitalEntity)
e366967be8 MAVLink initial support 2016-05-06 22:05:13 +10:00
blckmn
87fe426130 Added name mapping for UARTs 5 and 6 (appearing on STM32F4 based boards). 2016-01-03 17:59:28 +11:00
Dominic Clifton
31fa4bfaa2 Change VCP reconnect delay to 2.5 seconds. 2 seconds was not long
enough.
2015-12-17 09:52:10 +01:00
Dominic Clifton
a091d8c2ad Add support for LTM telemetry in Cleanflight v1.12.0 / MSP API 1.15 2015-12-14 21:28:22 +01:00
Dominic Clifton
85e4290d5a Removing an unneeded console.log call 2015-11-28 15:22:42 +00:00
skaman82
0880343488 Merge remote-tracking branch 'cleanflight/development' into GUI-rework
# Conflicts:
#	main.js
#	tabs/landing.js
2015-11-11 22:08:19 +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
a0acd86873 Use larger toggles on ports tab. 2015-11-11 20:45:25 +00:00
skaman82
b6b2812271 Fixing toggle buttons and the motors tab 2015-11-10 09:38:43 +01:00
Dominic Clifton
52fd9642bd Fixed failed merge of VCP reboot handling. 2015-11-10 01:28:05 +00:00
Dominic Clifton
8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00: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
29f38f38e0 Ports Tab rework 2015-10-30 20:30:27 +01:00
skaman82
87e9bfd3d9 ...restoring some files 2015-10-23 15:42:32 +02:00
Larry (TBS)
e4f47f8153 - Target-unspecific VCP bugfix 2015-09-14 20:21:09 +08:00
Larry (TBS)
14c4fe1739 - take off reconnect for PR 2015-08-19 16:40:14 +08:00
Larry (TBS)
d22f3faf1d * Add Colibri Race Support 2015-08-06 12:19:15 +08:00