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

10 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
b85c671b77 Add support for MAG gain calibration 2020-07-24 18:52:04 +02:00
Pawel Spychalski (DzikuVx)
e991697941 Compass calibration improvements 2020-05-12 11:03:19 +02:00
Pawel Spychalski (DzikuVx)
a750ad3ea3 Removed call to MSP IDENT that was causing a double bind 2020-01-26 19:37:10 +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
Konstantin Sharlaimov (DigitalEntity)
5916100b22 [OPFLOW] Initial cut on optic flow calibration 2019-05-01 21:42:31 +02:00
Pawel Spychalski (DzikuVx)
521915b5a9 1.8 removed 2019-02-26 15:23:04 +01:00
Michel Pastor
063b3ca49d Fix calibration tab reported acc{zero,gain}_* values (fixes #374) 2018-03-04 22:18:14 +01:00
Alberto García Hierro
5b8cfc078b Load SENSOR_CONFIG before loading the calibration UI
Otherwise the mag is not properly detected and the compass
calibration button is grayed out.
2018-02-26 21:35:42 +00:00
Sergej
b669fa4d16 fix firmware version, moved compass calibrate (#323) 2018-01-01 15:06:43 +10:00
Konstantin Sharlaimov (DigitalEntity)
9942e9508e Calibration tab. Squashed commit. Kudos to @DzikuVx, @skaman82, @Afinogen 2017-12-31 17:19:49 +10:00