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

30 commits

Author SHA1 Message Date
Darren Lines
8429b51d6e Let help icons click through to settings 2022-05-19 11:56:36 +01:00
Pawel Spychalski (DzikuVx)
1d3ceacb14 Universal Sliders for Settings framework 2022-05-10 21:31:35 +02:00
Darren Lines
d113585248
Merge pull request #1429 from iNavFlight/MrD-Add-switch-indicators-to-OSD
Add switch indicator elements to the OSD
2022-04-19 20:53:01 +01: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
Darren Lines
27d1897c24 Merge branch 'master' into MrD-Add-switch-indicators-to-OSD 2022-02-24 17:32:04 +00:00
Pawel Spychalski (DzikuVx)
7510152e20 remove not needed dependency 2022-02-23 18:33:53 +01:00
Darren Lines
5e51917140 PID Tuning page done
- All text now uses data-i18n
- Fixed startup colours for profile select boxes
- updated step calcuation
2022-02-22 19:36:12 +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
e7c7f2d342 Merge branch 'master' into MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles 2022-02-21 18:05:08 +00:00
Darren Lines
f9a5eca69f Made highlighting switchable via the config gear 2022-02-19 19:59:26 +00:00
Darren Lines
0f27abf733 Add highlighting for fields that change with profiles
- Added field arrays for control and battery profiles.
- Added highlight mechanism for **data-setting** fields
- Changed battery and control profile drop down text to match the field colours.
2022-02-19 18:34:37 +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
Darren Lines
a31aa128f1
Merge pull request #1416 from COOK1EK1W1/master
Removed multiple units in the Advanced Tuning tab
2022-02-12 10:39:25 +00:00
Darren Lines
28e06b9149
Merge branch 'master' into MrD-Add-switch-indicators-to-OSD 2022-02-12 09:06:45 +00:00
Darren Lines
e72fd66ebe
Update settings.js
Changed if statements for better handling of zero values.
2022-02-03 22:42:02 +00:00
Darren Lines
394aa18e6c Adds min and max limits to all numerical fields
This adds min and max limits to all numerical fields; if they use the data-setting method. This doesn't cover the old MSP fields.
2022-01-09 16:24:45 +00:00
Darren Lines
d2edfb1de2 Updated to allow switch names of up to 4 characters 2022-01-09 14:11:24 +00:00
COOK1EK1W1
a01db41a89 swapped the manual selection aswell 2021-12-28 14:27:30 +00:00
COOK1EK1W1
5667b831d6 fixed unit system to match with osd ids 2021-12-28 14:16:30 +00:00
COOK1EK1W1
fb32ee614a
fixed const 2021-12-23 12:15:16 +00:00
COOK1EK1W1
0dca9d4706 fixed default and none unit type case 2021-12-23 11:59:52 +00:00
COOK1EK1W1
af9495db2a moved all units in the advanced tuning tab to the input boxes, makes it look cleaner and doesnt have duplicate 2021-12-23 05:40:21 +00:00
Darren Lines
297acaa99d
Update settings.js
Moved the step, min, and max changing in to the convertToUnitSetting function. This works, but may be able to be tidied up at a later date.
2021-11-12 13:20:47 +00:00
Elgan Sayer
ff80e0621b Add options for ui units 2021-10-16 20:21:08 +01:00
Andi Kanzler
da1ce634b0 #DJI-HD-OSD-Support 2021-06-08 12:02:27 +02:00
Pawel Spychalski (DzikuVx)
d1bf2242b5 IDLE and number of poles 2020-01-22 20:59:11 +01:00
Pawel Spychalski (DzikuVx)
ad94f9f275 Fix 2.1 compatibility issues 2019-05-25 13:51:08 +02:00
Pawel Spychalski (DzikuVx)
a29578840f Iterm relax settings 2019-04-27 19:08:32 +02:00
Alberto García Hierro
142e960893 Add support for configuring coordinate digit count on OSD
Depends on https://github.com/iNavFlight/inav/pull/3573
2018-07-12 01:11:00 +01:00
Alberto García Hierro
42c45648d3 Add support for editing more OSD settings from the OSD tab
- Voltage decimals
- Crosshairs style
- Sidebar scroll for left and right
- Sidebar scrolling arrows
2018-07-11 10:54:47 +01:00