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

233 commits

Author SHA1 Message Date
Marcelo Bezerra
fc52254091 Setting power level causes configurator to crash.
This fixes that.
2024-08-19 19:29:23 +02:00
Pawel Spychalski (DzikuVx)
07600e1fa6 Fix additional tabs 2024-05-05 21:40:10 +02:00
Scavanger
06a4d8b0c8 Convert to CommonJS Modules Part 3 2024-04-18 15:39:19 -03:00
Scavanger
ca13eefa1b Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into Electron 2024-04-01 14:44:39 -03:00
Pawel Spychalski (DzikuVx)
6f20b43fc9 Clean up ARMING_CONFIG MSP frames as not used 2024-03-25 21:44:06 +01:00
Andi Kanzler
91f1699659 Convert to CommonJS Modules 2024-02-26 11:58:56 -03:00
Andi Kanzler
2f880e218d OSD Tab 2024-02-12 08:45:46 -03:00
Andi Kanzler
f24ccfc637 Init 2024-02-10 18:08:17 -03:00
Roman Lut
1ad58fe6cd commented out mag_declination 2023-07-21 20:45:58 +02:00
Roman Lut
4b7c82ba57 removed mag and board alignment from configuration tab
exposed board alignment on alignment tag
2023-07-21 18:14:32 +02:00
Darren Lines
0ed88536a1 Fixed rounding bug in configurator 2022-06-05 20:32:05 +01:00
Pawel Spychalski (DzikuVx)
a80880de08 Move the 3D config to Outputs tab 2022-05-13 12:05:49 +02:00
Darren Lines
ab9e3cc4e0 Craft name enhancments
- Moved craft name to OSD page
- OSD preview matches actual craft name
- Only accept usable characters and symbols
2022-04-20 10:43:15 +01:00
Pawel Spychalski (DzikuVx)
4426176c4b Drop MSP_LOOPTIME usage 2022-02-24 09:55:45 +01:00
Pawel Spychalski (DzikuVx)
051e9fa00e drop BF_CONFIG MSP frame 2022-02-23 16:02:47 +01:00
Pawel Spychalski (DzikuVx)
a42a5fab5c Merge remote-tracking branch 'origin/master' into dzikuvx-use-board-alignment-frame 2022-02-23 15:13:06 +01:00
Paweł Spychalski
0412582272
Merge pull request #1460 from iNavFlight/dzikuvx-current-meter-config
Move current meter config to MSP_CURRENT_METER_CONFIG
2022-02-23 15:08:52 +01:00
Pawel Spychalski (DzikuVx)
b224549ccd Drop MSP_BF_CONFIG in favor of MSP_BOARD_ALIGNMENT 2022-02-23 15:01:08 +01:00
Pawel Spychalski (DzikuVx)
7f3dc9f70d Move current meter config to MSP_CURRENT_METER_CONFIG 2022-02-23 14:16:47 +01:00
Pawel Spychalski (DzikuVx)
155855b5fa Move GPS configuration to GPS tab 2022-02-23 13:45:30 +01:00
Pawel Spychalski (DzikuVx)
e52aa154b0 Cleanup Sensor setup 2021-08-13 10:49:30 +02:00
Pawel Spychalski (DzikuVx)
f1780ca07b Drop looptime GUI 2021-05-26 14:29:46 +02:00
Pawel Spychalski (DzikuVx)
bddc951010 Drop roll and pitch board alignment 2021-03-04 12:16:26 +01:00
Pawel Spychalski (DzikuVx)
9586259a18 Cleanup looptime handling 2021-03-04 11:56:37 +01:00
Pawel Spychalski (DzikuVx)
3f95ce9acf Cleanup for server 2020-04-28 11:10:51 +02:00
Pawel Spychalski (DzikuVx)
4298948124 Configurable I2C Speed 2020-04-23 16:45:13 +02:00
Pawel Spychalski (DzikuVx)
180bc84e2c Move RX configuration to Receiver tab 2020-02-25 17:52:42 +01:00
Pawel Spychalski (DzikuVx)
8e7e83f282 Rename 3D to REVERSIBLE_MOTORS 2020-02-19 14:11:18 +01:00
Pawel Spychalski (DzikuVx)
4c40cc457a Remove and cleanup on Confuration tab 2020-02-04 21:04:26 +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
Pawel Spychalski (DzikuVx)
947ec987f9 Fix throttle commands zeroing on Configuration page 2019-12-21 12:22:15 +01:00
Pawel Spychalski (DzikuVx)
155f2573aa Fix board orientation saving 2019-12-09 17:28:20 +01:00
Pawel Spychalski (DzikuVx)
c70549fb22 Configuration cleanup 2019-11-21 20:06:00 +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)
acfdf5f7ff Remove outputs configuration from Configuration tab 2019-11-02 12:28:28 +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
Konstantin Sharlaimov (DigitalEntity)
8b9ed31448 Add SERIALSHOT ESC protocol 2019-05-11 21:44:04 +02:00
Pawel Spychalski (DzikuVx)
369162e1fd remove not needed debug message 2019-02-27 20:11:44 +01:00
Pawel Spychalski (DzikuVx)
521915b5a9 1.8 removed 2019-02-26 15:23:04 +01:00
Pawel Spychalski (DzikuVx)
97c622fbb1 1.7 family removed 2019-02-26 09:12:04 +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
Niccolò Maggioni
76fa9029d9
Set craftName even if already present in CONFIG
Closes #660
2019-01-28 14:33:56 +01:00
Pawel Spychalski (DzikuVx)
b6ecf3afa1 Additional messages for gyro LPF 2019-01-20 18:27:40 +01:00
Pawel Spychalski (DzikuVx)
0958b45dad v 1.5 removed 2019-01-15 17:21:24 +01:00
Pawel Spychalski (DzikuVx)
ad23a6cc4d Warning for ESC protocol and looptime 2019-01-15 16:55:08 +01:00
Pawel Spychalski (DzikuVx)
fb4b5ad5dd Remove unised UI in 2.1 2019-01-13 19:17:40 +01:00
Pawel Spychalski (DzikuVx)
e154a4762e BAsic DSHOT support 2018-12-27 14:00:21 +01:00
Niccolò Maggioni
a340443c43
Rebase CLI tab on latest CF
Integrates Save to File and Clear Output buttons, plus some minor
iNav compatibility patches
2018-11-29 14:26:02 +01:00