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

56 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
07600e1fa6 Fix additional tabs 2024-05-05 21:40:10 +02:00
Pawel Spychalski (DzikuVx)
a4c3490d38 Resolve some settings issues on Tuning tab and make settings saving
a chain of MSP fames instead of flooding the MSP queue
2024-05-05 21:04:55 +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
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
f24ccfc637 Init 2024-02-10 18:08:17 -03:00
Ray Morris
e52696c228 mixer: Make props in / props out more clear 2024-01-31 01:33:19 -06:00
Pawel Spychalski (DzikuVx)
a4aa4ee6f4 Rate dynamics sliders 2023-10-04 16:17:11 +02:00
Darren Lines
b808e49e3f ESP32 Radar: Use cardinal markers, plus pan enhancements
Created new branch based on MrD_Use-cardinal-indicator-for-ESP32-Radar. Due to problems updating from master.
2023-01-29 20:39:50 +00:00
Darren Lines
a47d971ade Make links to documents relevant to firmware version 2023-01-09 19:51:02 +00:00
Darren Lines
1bd46911bb Improve non-metric handling
- Forced default min/max after conversion back to firmware units
- Increased decimal places for non-integer conversions
- Fixed a typo
2022-11-16 08:36:57 +00:00
Darren Lines
30317ede79 Couple of improvements
- better handling of negative numbers
- improved regex pattern
- limits to min and max values
2022-10-17 19:45:19 +01:00
Darren Lines
43b69d434a Working 2022-10-17 18:56:33 +01:00
Darren Lines
57ac8a103c Change timezone to use hh:mm field
Initial coding to address #1630
2022-10-17 13:39:04 +01:00
Pawel Spychalski (DzikuVx)
8fd2c5325a Merge remote-tracking branch 'origin/release_5.1.0' 2022-09-18 12:26:32 +02:00
Darren Lines
a1b82fed19 Convert GPS time zone to hours 2022-07-23 23:26:57 +01:00
Darren Lines
0fc38fefd3 Changes and fix to rounding
Fixes #1564, fixes #1567

- Fixed discovered rounding error for float parameters.
- Altered step for converted units based on the multiplier.
- Default step now stored in the element data, so that the default decimal places are always known and used when saving.
2022-07-14 21:12:06 +01:00
Darren Lines
44dbc3722f Updated to work with inav#8226 2022-07-13 21:06:57 +01:00
Darren Lines
3b1a9b8453 Merge branch 'master' into MrD_Move-AHI-on-OSD-screen 2022-07-13 08:30:52 +01:00
Darren Lines
f6f063ca0a Added label for msec-nc 2022-06-10 08:39:08 +01:00
Darren Lines
61a808db89 Add hover description for unit names.
Initial coding. Will wait for https://github.com/iNavFlight/inav-configurator/pull/1535 to be merged, so it can be included in this.
2022-06-10 08:30:36 +01:00
Darren Lines
2c121b7325 Allow the HUD & AHI to be offset from the OSD page 2022-06-04 10:11:04 +01:00
Darren Lines
3174f89927 Added additional unit for ms that stays as ms 2022-05-30 20:38:12 +01:00
Pawel Spychalski (DzikuVx)
95ffe15e62 Fix generic settings scaling 2022-05-29 19:49:30 +02:00
Darren Lines
f85bf5d0e5 Removed test code 2022-05-19 12:17:26 +01:00
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