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

26 commits

Author SHA1 Message Date
Jonathan Hudson
21ce4d11d5 add BBL SERVO logging option 2024-08-01 20:04:18 +01:00
Scavanger
686417604d Fix Mission Planner, uniform fs requires 2024-04-27 09:54:27 -03:00
Scavanger
5e66e9e1b0 Reame, Context menu, Blackbox tab fix 2024-04-26 16:25:36 -03:00
Scavanger
06a4d8b0c8 Convert to CommonJS Modules Part 3 2024-04-18 15:39:19 -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
Pawel Spychalski (DzikuVx)
143e4af819 Configurable gyro peaks 2022-07-07 17:54:45 +02:00
Pawel Spychalski (DzikuVx)
99de5a1d78 Add option to select Gyro RAW logging 2022-06-21 08:36:54 +02:00
Luca Giovannesi
55832694b4 GUI blackbox fields 2022-03-13 15:40:16 +01:00
Pawel Spychalski (DzikuVx)
051e9fa00e drop BF_CONFIG MSP frame 2022-02-23 16:02:47 +01:00
breadoven
336d3db244 Update onboard_logging.js 2021-09-12 12:45:44 +01:00
breadoven
4ceda63cf0 Update onboard_logging.js 2021-09-12 12:41:31 +01:00
breadoven
ce3faac6e6 Update onboard_logging.js 2021-08-11 16:23:12 +01:00
Pawel Spychalski (DzikuVx)
81cb53c364 Simplify and fix dataflash download 2021-05-02 11:06:37 +02:00
Pawel Spychalski (DzikuVx)
303c4b8d45 Allow for 32 LCs and 8 GVARs 2020-07-31 11:53:29 +02: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
Pawel Spychalski (DzikuVx)
73015617c7 Enable Blackbox on blackbox page 2019-11-21 19:21:14 +01:00
Pawel Spychalski (DzikuVx)
91e947fc5c Merge remote-tracking branch 'origin/master' into dzikuvx-old-version-cleanup 2019-02-26 08:46:09 +01:00
Jonathan Hudson
99699ee6f3 support extended bbl denom 2019-02-03 18:44:59 +00:00
Pawel Spychalski (DzikuVx)
0958b45dad v 1.5 removed 2019-01-15 17:21:24 +01:00
Pawel Spychalski (DzikuVx)
13f50294f3 references to INAV 1.2 removed 2018-05-07 20:46:11 +02:00
Pawel Spychalski (DzikuVx)
9de6e9d2f1 fixed reboot sequence 2016-12-23 16:08:42 +01:00
Pawel Spychalski (DzikuVx)
18a00dedf8 MSP refactoring 2016-11-29 19:47:47 +01:00
Konstantin Sharlaimov
faead1c710 Enable blackbox config access for INAV 1.2+ (#21) 2016-06-21 07:59:08 +10:00
Nicholas Sherlock
4e12db9c5e Convert dataflash tab to a new Blackbox tab with SD card support 2015-12-04 15:49:51 +13:00