Paweł Spychalski
6f758ce2d4
Merge pull request #918 from iNavFlight/dzikuvx-extended-lc-events
...
Add new Logic Conditions events
2020-02-23 10:14:46 +01:00
Pawel Spychalski (DzikuVx)
8e7e83f282
Rename 3D to REVERSIBLE_MOTORS
2020-02-19 14:11:18 +01:00
Pawel Spychalski (DzikuVx)
94b617dcc9
Rename 3D feature to REVERSIBLE_MOTORS
2020-02-19 14:06:58 +01:00
Pawel Spychalski (DzikuVx)
1c8624dba0
Add new Logic Conditions events
2020-02-06 09:43:02 +01:00
Pawel Spychalski (DzikuVx)
d76e1dcb21
Catch up on Stage2 filters
2020-02-04 21:53:59 +01:00
Paweł Spychalski
45bac2a2bb
Merge pull request #911 from iNavFlight/agh_localize_element_titles
...
[i18n] Applying localization to elements with non-empty titles
2020-02-04 21:08:20 +01:00
Alberto García Hierro
c023b94166
[i18n] Applying localization to elements with non-empty titles
...
This way links will display the correct tooltip when hovering them
2020-01-29 21:58:01 +00: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
Paweł Spychalski
d52e42369f
Merge pull request #899 from iNavFlight/dzikuvx-idle-and-poles-settings
...
IDLE and number of poles
2020-01-22 21:02:23 +01:00
Pawel Spychalski (DzikuVx)
d1bf2242b5
IDLE and number of poles
2020-01-22 20:59:11 +01:00
Pawel Spychalski (DzikuVx)
eb9401398d
Bump min accepted fiormware to 2.3
2020-01-22 19:56:04 +01:00
Paweł Spychalski
9ffad48591
Merge pull request #885 from iNavFlight/dzikuvx-enable-other-platforms
...
Enable Rover, Boat and Other platforms
2020-01-22 10:08:18 +01:00
Pawel Spychalski (DzikuVx)
6baf3c4c6c
Fix OTHER platform name
2020-01-22 10:07:52 +01:00
Paweł Spychalski
9997caf237
Merge pull request #893 from iNavFlight/agh_tab_loading
...
Make tab loading async safe and add a small animation
2020-01-22 09:52:14 +01:00
Paweł Spychalski
5f63b73226
Merge pull request #897 from iNavFlight/agh_fix_double_call_dispatch
...
Fix double dispatch of MSP calls with the same code
2020-01-22 09:49:27 +01:00
Paweł Spychalski
669c440960
Merge pull request #896 from iNavFlight/agh_dataview_as_hex
...
Add DataView.asHex()
2020-01-22 09:44:40 +01:00
Alberto García Hierro
b9fef4e25c
Fix double dispatch of MSP calls with the same code
...
Current MSP handling groups callbacks by their MSP command
and when a response comes back it calls all the pending handlers
with the same response object.
This works fine when all MSP calls are either pure input or pure
output (e.g. the have a non-empty payload in just one direction).
However, we've had some calls that have a payload in both directions
for some time, like MSPV2_SETTING. For those MSP commands, the
response will depend on the request, so calling all handlers on
the first response received produces the wrong results. It's also
problematic on handlers that expect any kind of response, since the
DataView object is reused, but its offset was never reset which
would result in the second handler getting an empty response.
Change this strategy to call just the first pending handlers for
the MSP command received in the response. While this is still
a theoretical race condition (there's no guarantee a sequence of
the same command with different payloads will be replied in the
same order as they were issued to the FC), it's the best we can
do unless we add some kind of nonce/token system to each MSP
request, which would incur a significant overhead.
2020-01-21 21:03:03 +00:00
Alberto García Hierro
ad465ec654
Add DataView.asHex()
...
Returns the DataView as an hex formatted string with a '/' indicating
the current offset position. Useful for debugging.
2020-01-21 20:56:38 +00:00
Alberto García Hierro
b7d36044b0
Remove double initialization of helper.defaultsDialog
...
helper.defaultsDialog.init() was called from both onConnect()
and onValidFirmware(). Thanks to @dzikuvx for pointing out that
just the last call was enough.
2020-01-21 20:18:32 +00: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)
2d284a6c5c
Correctly initialize variable length PID banks
2019-12-27 13:53:39 +01:00
Pawel Spychalski (DzikuVx)
b92c852ff9
Allow for PID bank 11
2019-12-27 13:36:46 +01:00
Pawel Spychalski (DzikuVx)
f8c6ae475d
Add boat, rover and other default mixers
2019-12-27 11:46:33 +01:00
Pawel Spychalski (DzikuVx)
20c2d362e1
Enable Rover, Boat and Other platforms
2019-12-27 10:59:16 +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
Paweł Spychalski
bdc76449e1
Merge pull request #875 from shellixyz/add_BMP388_2
...
Add BMP388 baro
2019-12-04 18:57:52 +01:00
Pawel Spychalski (DzikuVx)
80a81efd7a
Allow firmware of 2.4 family
2019-12-04 18:31:14 +01:00
Michel Pastor
07083f93ba
Add BMP388 baro
2019-12-01 00:38:43 +01:00
Pawel Spychalski (DzikuVx)
51945769c7
Basic PID Tab rework
2019-11-21 22:20:44 +01:00
Pawel Spychalski (DzikuVx)
761ad4d587
Basic GUI for dynamic filters
2019-11-21 20:34:06 +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)
78fbb84f9e
Basic framework to work with features
2019-11-21 18:28:52 +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
Pawel Spychalski (DzikuVx)
85893d07cd
Activate defaults only on 2.3 firmware
2019-11-20 11:55:28 +01:00
Pawel Spychalski (DzikuVx)
91ffb96e1e
Setup miniquad defaults
2019-11-20 11:49:26 +01:00
Pawel Spychalski (DzikuVx)
c27d956323
Dummy dialog
2019-11-20 11:49:14 +01:00
Paweł Spychalski
7cce386aab
Merge pull request #851 from iNavFlight/dzikuvx-mandatory-defaults-dialog
...
Defaults dialog
2019-11-20 09:58:33 +01:00
Pawel Spychalski (DzikuVx)
dfce134a2a
Merge remote-tracking branch 'origin/master' into dzikuvx-outputs-tab-configuration
2019-11-20 09:56:42 +01:00
Pawel Spychalski (DzikuVx)
4b43259f9e
Setup miniquad defaults
2019-11-02 17:57:53 +01:00
Pawel Spychalski (DzikuVx)
f18696ab9a
Dummy dialog
2019-11-02 15:24:56 +01:00
Pawel Spychalski (DzikuVx)
8c8ddd4f52
Outputs configuration in outputs tab
2019-11-02 12:12:23 +01:00
Pawel Spychalski (DzikuVx)
79a16a8fe3
Cleanup 2.1 version
2019-10-27 20:17:20 +01:00
Pawel Spychalski (DzikuVx)
cb1ff69703
Cleanup INAV 2.0.0
2019-10-26 22:30:59 +02:00
Michel Pastor
a17b8ee4d1
Add setting name to the MSP2_COMMON_SETTING_INFO message ( #843 )
2019-10-17 23:44:40 +02:00
Alberto García Hierro
3b9e12a15c
Merge pull request #835 from iNavFlight/agh_frskyosd
...
Add support for selecting FrSky OSD in the ports tab
2019-10-17 09:49:55 +01:00