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

1832 commits

Author SHA1 Message Date
Alberto García Hierro
4fed26d4d5 [RX-MSP] Fix double binding on click for the enable button
The click handler was registered to both the div and the anchor,
causing it to fire twice and shrink the window twice. Make sure
we only bind to the anchor.
2020-04-08 00:15:38 +01:00
Pawel Spychalski (DzikuVx)
cfb78f2817 For non reversible ESC use only output percent, not pulse width 2020-04-02 20:11:08 +02:00
Pawel Spychalski (DzikuVx)
f856348c15 Convert to % in Outputs tab, step 1 2020-04-02 19:23:40 +02:00
Alberto García Hierro
b32afabff4 [FLASHER] Increase .hex file size limit to 100MB
The previous 1MB limit is too low, we already have hex files bigger
than that.
2020-04-01 22:09:31 +01:00
Pawel Spychalski (DzikuVx)
1f3bc98394 Do not save RC config together with failsafe 2020-03-07 15:32:10 +01:00
Pawel Spychalski (DzikuVx)
73228b2f8f Correctly applyu singe settings 2020-03-02 19:25:09 +01:00
Pawel Spychalski (DzikuVx)
cc4bd47363 Updated presets 2020-03-02 19:19:23 +01:00
Paweł Spychalski
3f3522f537
Merge pull request #937 from iNavFlight/dzikuvx-failsafe-cleanup
Cleanup Failsafe page
2020-03-01 09:57:12 +01:00
Pawel Spychalski (DzikuVx)
47b659fcaf Cleanup Failsafe page 2020-02-28 15:04:41 +01:00
Pawel Spychalski (DzikuVx)
f53784ca35 GUI for the Matrix Filter 2020-02-28 14:24:19 +01:00
Niccolò Maggioni
1a6a0f3ce9
Dinamically show/hide info boxes in outputs tab 2020-02-27 18:39:39 +01: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
Pawel Spychalski (DzikuVx)
dddd6b6a41 Cleanup unused functionality for F1 targets 2020-02-25 11:33:15 +01:00
Paweł Spychalski
39a5266cc9
Merge pull request #926 from iNavFlight/dzikuvx-feature-3d-rename
Rename feature 3D to REVERSIBLE_MOTORS
2020-02-24 11:48:56 +01:00
Pawel Spychalski (DzikuVx)
80217ea2df Extra infor on MOTOR_STOP feature in outputs tab 2020-02-21 11:09:14 +01:00
Paweł Spychalski
ab5e88fe6b
Merge pull request #917 from iNavFlight/dzikuvx-pid-tuning-filter-catchup
PID Tuning tab catchup
2020-02-21 10:41:55 +01:00
Pawel Spychalski (DzikuVx)
f0f25ffd44 Configuration for RPM filters 2020-02-21 10:28:55 +01:00
Pawel Spychalski (DzikuVx)
8e7e83f282 Rename 3D to REVERSIBLE_MOTORS 2020-02-19 14:11:18 +01:00
Pawel Spychalski (DzikuVx)
3bb1d67c67 Preset for Mini AR Wing 2020-02-06 10:09:00 +01:00
Pawel Spychalski (DzikuVx)
d76e1dcb21 Catch up on Stage2 filters 2020-02-04 21:53:59 +01:00
Pawel Spychalski (DzikuVx)
8c24d1ee5c remove static notches GUI 2020-02-04 21:20:02 +01:00
Pawel Spychalski (DzikuVx)
4c40cc457a Remove and cleanup on Confuration tab 2020-02-04 21:04:26 +01:00
Pawel Spychalski (DzikuVx)
eb03f4f53e Hide not needed motor update rate for DSHOT protocols 2020-01-30 19:04:53 +01:00
Alberto García Hierro
10ccf049bd Complete rename from motors to outputs tab
Rename files, classes and i18n keys
2020-01-29 21:55:15 +00:00
Pawel Spychalski (DzikuVx)
a750ad3ea3 Removed call to MSP IDENT that was causing a double bind 2020-01-26 19:37:10 +01:00
Michel Pastor
539ec6304c
Add Impact mini OSD font (#877)
* Add Impact mini OSD font

* Update Impact mini OSD font

* Add WP symbol to Impact mini
2020-01-25 23:03:19 +01:00
Pawel Spychalski (DzikuVx)
d1bf2242b5 IDLE and number of poles 2020-01-22 20:59:11 +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
Niccolò Maggioni
0d3659a92e
Show µs in mixer when "ONE" input is selected 2020-01-11 19:21:50 +01: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)
7620ab024b Preset for Dart 250g 2019-12-23 13:37:53 +01:00
Paweł Spychalski
1178ccaa0e
Merge pull request #881 from iNavFlight/dzikuvx-pid-tab-improvements
Improvements on PID Tuning tab
2019-12-21 12:44:02 +01:00
Pawel Spychalski (DzikuVx)
50fe8d1b10 Improvements on PID Tuning tab 2019-12-21 12:43:33 +01:00
Pawel Spychalski (DzikuVx)
947ec987f9 Fix throttle commands zeroing on Configuration page 2019-12-21 12:22:15 +01:00
Paweł Spychalski
3102b0dfe3
Merge pull request #868 from iNavFlight/dzikuvx-pid-tuning-tabs
Tabs on PID Tuning tab
2019-12-09 17:59:54 +01:00
Pawel Spychalski (DzikuVx)
f56b6ef40c Merge branch 'master' into dzikuvx-pid-tuning-tabs 2019-12-09 17:57:42 +01:00
Pawel Spychalski (DzikuVx)
4ebb8fb3ff Fix some minor issues on mixer tab 2019-12-09 17:55:33 +01:00
Pawel Spychalski (DzikuVx)
155f2573aa Fix board orientation saving 2019-12-09 17:28:20 +01:00
Paweł Spychalski
a7760014c3
Merge pull request #866 from iNavFlight/release-2-3-0
Release Configurator 2.3.2
2019-11-23 21:52:56 +01:00
Pawel Spychalski (DzikuVx)
21c8c856f9 Improved filters 2019-11-22 13:34:51 +01:00
Pawel Spychalski (DzikuVx)
28bb794dff Drop less used settings 2019-11-22 13:12:14 +01:00
Pawel Spychalski (DzikuVx)
5258bbdd6d Properly send all URLs from Landing Page 2019-11-22 09:05:18 +01:00
Pawel Spychalski (DzikuVx)
bb39007de4 Cleanup landing page 2019-11-21 22:29:23 +01:00
Pawel Spychalski (DzikuVx)
51945769c7 Basic PID Tab rework 2019-11-21 22:20:44 +01:00
Pawel Spychalski (DzikuVx)
a48d05fdcb Move system configuration 2019-11-21 20:36:26 +01:00
Pawel Spychalski (DzikuVx)
c70549fb22 Configuration cleanup 2019-11-21 20:06:00 +01:00
Pawel Spychalski (DzikuVx)
34a4057f79 Improve Outputs handling 2019-11-21 19:52:28 +01:00
Pawel Spychalski (DzikuVx)
73015617c7 Enable Blackbox on blackbox page 2019-11-21 19:21:14 +01:00
Pawel Spychalski (DzikuVx)
22335fa99e Merge remote-tracking branch 'origin/master' into release-2-3-0 2019-11-20 23:56:16 +01:00