1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00
Commit graph

218 commits

Author SHA1 Message Date
shota
0a9e1693a4 Merge remote-tracking branch 'origin/master' into sh_mixer_profile 2023-10-24 19:22:38 +09:00
shota
51c33d2bd9 mixer_profile switch support 2023-10-15 17:26:46 +09:00
Pawel Spychalski (DzikuVx)
b0726bbe8c Basic layout 2023-10-08 21:01:07 +02:00
Pawel Spychalski (DzikuVx)
a4aa4ee6f4 Rate dynamics sliders 2023-10-04 16:17:11 +02:00
Marcelo Bezerra
7fa0f7e695
Merge branch 'master' into release_6.1.0 2023-06-09 15:41:27 +02:00
Andi Kanzler
069d0f2019 SITL integration 2023-03-08 12:43:14 -03:00
Darren Lines
33f8994fdc Enhance Linear Descent RTH feature
See firmware PR for details.
2023-02-19 15:57:32 +00:00
Pawel Spychalski (DzikuVx)
3e6dd4547d Drop IMU2 function 2022-10-23 09:59:54 +02:00
Darren Lines
daa70fc4b1 Added handing for selected LCs that are now disabled 2022-08-13 20:38:13 +01:00
Pawel Spychalski (DzikuVx)
c2ad26d4d4 Basic Slider PIDs 2022-05-09 20:11:28 +02:00
Andi Kanzler
deb56f0876
Merge branch 'master' into BLE-TCP-UDP 2022-04-07 09:57:19 +02:00
Andi Kanzler
ab7162980b BLE, TCP and UDP Support 2022-03-31 16:18:46 +02:00
Luca
ce0b4dac66 Merge remote-tracking branch 'iNavFlight/master' into magnetometer_tab_improvments
# Conflicts:
#	_locales/en/messages.json
2022-03-26 15:50:02 +01:00
Paweł Spychalski
1322fd69bd
Merge pull request #1464 from iNavFlight/MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles
Highlight parameters that change with profiles or battery profiles
2022-03-15 10:14:38 +01:00
Darren Lines
b68565205d Improved alignment of inputs and labels, especially when the configurator is narrow. 2022-03-10 21:53:07 +00:00
Darren Lines
c07b81ed45 Merge branch 'master' into MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles 2022-03-01 20:06:11 +00:00
Pawel Spychalski (DzikuVx)
0be78dd37e Drop any leftovers of Transponder feature 2022-02-24 13:15:23 +01:00
Darren Lines
3ea30993ca Added highlights to other tabs
I'm sure that all parameters in configurator which can change with a battery or control profile now get highlighted. I have a couple to confirm though.
2022-02-22 22:27:11 +00:00
Darren Lines
15282d8994 Continue to implement feature
- Tidied up units label to work with more tabs
- Added more fields in the PID Tuning to use the highlighting
- Converted the Rates tab over to use  data-i18n more. Will make sure all of the PIDs pages use it fully.
2022-02-21 22:19:06 +00:00
Darren Lines
093fc22701 Enhance and extend units conversion
1. Fixed rounding error.
2. Added conversions for:
a) vertical speed
b) metres
c) temperature
3. Added support on Failsafe and OSD pages.
4. Sorted out alignment issues, due to different implementations.
2022-02-12 17:16:31 +00:00
Luca
ebdef9f066 Added magnetometer icon 2022-02-10 19:08:02 +01:00
Hofer Lukas
15c697daf7 WIP: Add magnetometer alignment tab 2022-02-09 23:58:30 +01:00
Darren Lines
2b186add5d Block configurator until defaults have been applied 2021-12-08 19:27:18 +00:00
Elgan Sayer
76a7f686e7 Add ui unit conversions 2021-10-16 20:21:35 +01:00
Pawel Spychalski (DzikuVx)
f719f7c464 report IMU2 hardware status 2021-08-12 15:00:03 +02:00
Pawel Spychalski (DzikuVx)
bddc951010 Drop roll and pitch board alignment 2021-03-04 12:16:26 +01:00
Darren Lines
ac0edfcea1 Added firmware version number to configurator 2020-11-26 21:07:58 +00:00
Pawel Spychalski (DzikuVx)
c19d93eec6 Block errornous mixer combinations 2020-10-24 17:01:38 +02:00
Pawel Spychalski (DzikuVx)
f45f82a020 Add wizard information 2020-10-24 10:18:28 +02:00
Pawel Spychalski (DzikuVx)
e7d26a5759 Basic Logic Conditions UI 2020-04-05 19:44:26 +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)
28bb794dff Drop less used settings 2019-11-22 13:12:14 +01:00
Pawel Spychalski (DzikuVx)
51945769c7 Basic PID Tab rework 2019-11-21 22:20:44 +01:00
Pawel Spychalski (DzikuVx)
73015617c7 Enable Blackbox on blackbox page 2019-11-21 19:21:14 +01:00
Pawel Spychalski (DzikuVx)
b5db21ae7c Remove Autoconnect 2019-04-27 19:24:14 +02:00
Pawel Spychalski (DzikuVx)
e23a8a5189 UI improvements and saving 2019-04-01 21:22:22 +02:00
Pawel Spychalski (DzikuVx)
5c4b2806ad Display a modal during reboot 2019-02-04 14:19:38 +01:00
Pawel Spychalski (DzikuVx)
b6ecf3afa1 Additional messages for gyro LPF 2019-01-20 18:27:40 +01:00
Pawel Spychalski (DzikuVx)
ad23a6cc4d Warning for ESC protocol and looptime 2019-01-15 16:55:08 +01:00
Pawel Spychalski (DzikuVx)
91f86d5f65 Styles update 2018-11-10 21:44:04 +01:00
Alberto García Hierro
d7b1843bc5 Don't hardcode the logo text width
Otherwise it doesn't display correctly when the version is longer
than X.Y.Z. Add some left margin to the version instead.
2018-06-27 12:58:57 +01:00
Michel Pastor
e945c0749c Add support for battery profiles 2018-06-16 04:26:35 +02:00
Pawel Spychalski (DzikuVx)
993f8b5c5f fixes and cleanups 2018-05-24 17:29:24 +02:00
Pawel Spychalski (DzikuVx)
55385f5831 Servo tab cleanup 2018-05-07 20:32:56 +02:00
Pawel Spychalski (DzikuVx)
fb66a3def4 Mixer icon 2018-05-02 20:46:37 +02:00
Pawel Spychalski (DzikuVx)
a7b387a2dc Basic layout 2018-03-30 19:38:21 +02:00
Michel Pastor
7de758c64e Increase vbat resolution 2018-02-17 21:54:16 +01:00
afinogen
db31180753 Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into mission-planer
Fix conflicts:
 _locales/en/messages.json
2018-01-29 13:55:20 +03:00
Pawel Spychalski (DzikuVx)
cf3a5b2a64 UI for smix rules 2018-01-24 16:25:39 +01:00
Sergej Pozdnyakov
0b7598dabd save and load points 2018-01-05 20:05:10 +03:00