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

19 commits

Author SHA1 Message Date
Scavanger
0d1502e03d Fixes, Readme, Makers 2024-04-21 20:46:16 -03:00
Scavanger
06a4d8b0c8 Convert to CommonJS Modules Part 3 2024-04-18 15:39:19 -03:00
Scavanger
38727c54a8 Convert to CommonJS Modules - Part 2 2024-03-24 11:40:50 -03:00
Andi Kanzler
91f1699659 Convert to CommonJS Modules 2024-02-26 11:58:56 -03:00
Andi Kanzler
7df8253099 Firmware flasher, BLE, TCP, UDP -> Electron 2024-02-16 20:55:36 -03:00
Andi Kanzler
f24ccfc637 Init 2024-02-10 18:08:17 -03:00
Darren Lines
5e039ec702 Fix calibration button
There was an issue with the calibration button on _some_ flight controllers; after performing a fresh installation of INAV. This issue did not appear on my test F405-WING. I have moved the check to the FC object, and added extra checks for the default accelerometer values. Works as expected on my test FC.
2022-12-07 19:55:49 +00:00
Darren Lines
1767ed3136 Show reset button for accelerometer calibration 2022-10-10 21:36:00 +01:00
Pawel Spychalski (DzikuVx)
473adae418 Drop MSP_STATUS and MSP_STATUS_EX 2022-02-24 11:27:39 +01:00
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