Commit Graph

3834 Commits (905d19cd2cbe27860ee13af99542c57285016c9d)
 

Author SHA1 Message Date
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
5 years ago
Alberto García Hierro 10ccf049bd Complete rename from motors to outputs tab
Rename files, classes and i18n keys
5 years ago
Alberto García Hierro cf7e266fc8 Add nw and gulp as npm scripts
This allows running them with `npm run gulp` and `npm run nw`
instead of having to type the whole path to the actual binaries.

Also, updated README to simplify the build instructions.
5 years ago
Paweł Spychalski 7f130d95c4
Merge pull request #908 from iNavFlight/dzikuvx-calibration-race-condition-fix
Removed call to MSP IDENT that was causing a double bind
5 years ago
Pawel Spychalski (DzikuVx) a750ad3ea3 Removed call to MSP IDENT that was causing a double bind 5 years ago
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
5 years ago
Michel Pastor 832a275d17
Update Impact OSD font (#876) 5 years ago
Paweł Spychalski 7a59f0e445
Merge pull request #904 from OlivierC-FR/oc_24
New icon for waypoints in the hud
5 years ago
Olivier C aaee9ef466 New char for waypoints
Adding the waypoint icon in all fonts
5 years ago
Paweł Spychalski d52e42369f
Merge pull request #899 from iNavFlight/dzikuvx-idle-and-poles-settings
IDLE and number of poles
5 years ago
Pawel Spychalski (DzikuVx) d1bf2242b5 IDLE and number of poles 5 years ago
Paweł Spychalski 52aa7118c7
Merge pull request #898 from iNavFlight/dzikuvx-min-firmware-bump
Bump min accepted fiormware to 2.3
5 years ago
Pawel Spychalski (DzikuVx) eb9401398d Bump min accepted fiormware to 2.3 5 years ago
Paweł Spychalski 9ffad48591
Merge pull request #885 from iNavFlight/dzikuvx-enable-other-platforms
Enable Rover, Boat and Other platforms
5 years ago
Pawel Spychalski (DzikuVx) 6baf3c4c6c Fix OTHER platform name 5 years ago
Paweł Spychalski 9997caf237
Merge pull request #893 from iNavFlight/agh_tab_loading
Make tab loading async safe and add a small animation
5 years ago
Paweł Spychalski 5f63b73226
Merge pull request #897 from iNavFlight/agh_fix_double_call_dispatch
Fix double dispatch of MSP calls with the same code
5 years ago
Paweł Spychalski 669c440960
Merge pull request #896 from iNavFlight/agh_dataview_as_hex
Add DataView.asHex()
5 years ago
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.
5 years ago
Paweł Spychalski bc658a694c
Merge pull request #895 from iNavFlight/agh_fix_double_defaultsDialog_init
Remove double initialization of helper.defaultsDialog
5 years ago
Paweł Spychalski 6af20b75f0
Merge pull request #894 from iNavFlight/agh_increase_to_2.3.4
Increase version number to 2.4.0
5 years ago
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.
5 years ago
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.
5 years ago
Alberto García Hierro 9e18c6b33d Increase version number to 2.4.0 5 years ago
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.
5 years ago
Michel Pastor ab011139be
Add Linux to README (#892) 5 years ago
Paweł Spychalski fbbd1e001f
Merge pull request #891 from nmaggioni/nm_mixer_fixed_value_field
Show µs in mixer when "ONE" input is selected
5 years ago
Niccolò Maggioni 0d3659a92e
Show µs in mixer when "ONE" input is selected 5 years ago
Niccolò Maggioni f361377e00
Merge pull request #890 from nmaggioni/nm_outputs_disabled_tab_name_message
Fix tab name in outputs disabled warning
5 years ago
Niccolò Maggioni 9af0a609ab
Fix tab name in outputs disabled warning
Relevant section has been moved to the "Outputs" tab
5 years ago
Konstantin Sharlaimov ea5d358298
Merge pull request #888 from iNavFlight/de_dji_hd
Add support for DJI FPV goggles and SBUS Fast protocol
5 years ago
Konstantin (DigitalEntity) Sharlaimov e6b5719cc4 [DJI] Add support for DJI FPV goggles and SBUS Fast protocol 5 years ago
Paweł Spychalski 57ca4be2aa
Merge pull request #883 from iNavFlight/dzikuvx-dart250-preset
Preset for Dart 250g
5 years ago
Pawel Spychalski (DzikuVx) 2d284a6c5c Correctly initialize variable length PID banks 5 years ago
Pawel Spychalski (DzikuVx) b92c852ff9 Allow for PID bank 11 5 years ago
Pawel Spychalski (DzikuVx) f8c6ae475d Add boat, rover and other default mixers 5 years ago
Pawel Spychalski (DzikuVx) 20c2d362e1 Enable Rover, Boat and Other platforms 5 years ago
Pawel Spychalski (DzikuVx) 7620ab024b Preset for Dart 250g 5 years ago
Paweł Spychalski 1178ccaa0e
Merge pull request #881 from iNavFlight/dzikuvx-pid-tab-improvements
Improvements on PID Tuning tab
5 years ago
Pawel Spychalski (DzikuVx) 50fe8d1b10 Improvements on PID Tuning tab 5 years ago
Paweł Spychalski 823a9cb806
Merge pull request #880 from iNavFlight/dzikuvx-fix-throttle-command-zeroing
Fix throttle commands zeroing on Configuration page
5 years ago
Pawel Spychalski (DzikuVx) 947ec987f9 Fix throttle commands zeroing on Configuration page 5 years ago
Paweł Spychalski 44df23d767
Merge pull request #864 from nmaggioni/nm_linux_tgz_release
Release tar.gz archives for Linux
5 years ago
Paweł Spychalski 3102b0dfe3
Merge pull request #868 from iNavFlight/dzikuvx-pid-tuning-tabs
Tabs on PID Tuning tab
5 years ago
Pawel Spychalski (DzikuVx) f56b6ef40c Merge branch 'master' into dzikuvx-pid-tuning-tabs 5 years ago
Paweł Spychalski bf626e264f
Merge pull request #879 from iNavFlight/dzikuvx-mixer-tab-fixes
Fix some minor issues on mixer tab
5 years ago
Pawel Spychalski (DzikuVx) 4ebb8fb3ff Fix some minor issues on mixer tab 5 years ago
Paweł Spychalski cf696de656
Merge pull request #878 from iNavFlight/dzikuvx-fix-board-orientation-saving
Fix board orientation saving
5 years ago
Pawel Spychalski (DzikuVx) 155f2573aa Fix board orientation saving 5 years ago
Paweł Spychalski bdc76449e1
Merge pull request #875 from shellixyz/add_BMP388_2
Add BMP388 baro
5 years ago