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

107 commits

Author SHA1 Message Date
Mr D - RC
c0e02494f6 Fix profile change not working
Initially, I thought that the profiles were not changing when you selected a new profile from the select box. It turns out that this was only happening after setting up from the defaults dialog. The problem was that the `periodicStatusUpdater` was being stopped to perform the parameter upload. But not re-started. I added a function to resume the updater, and everything works as it should. I made a few other changes:
- Tidied up the setting of the parameters for each profile
- Added specific `set` profile messages, rather than `loaded` being repeated
- Only show messages for the profiles that have changed, not all of them
2024-09-21 10:11:22 +01:00
Pawel Spychalski (DzikuVx)
873c12b4cd Enable persistence 2024-06-17 16:47:38 +02:00
Pawel Spychalski (DzikuVx)
a90d4634d5 Store GPS protocol in the wizard state 2024-06-17 14:40:57 +02:00
Pawel Spychalski (DzikuVx)
7b63e06521 Correctly set GPS feature flag 2024-06-17 14:12:59 +02:00
Pawel Spychalski (DzikuVx)
497d0aa674 Store bindings 2024-06-04 14:07:27 +02:00
Pawel Spychalski (DzikuVx)
6bc214dad2 remove not needed debug 2024-05-17 11:23:23 +02:00
Pawel Spychalski (DzikuVx)
7e66940d02 Finish receiver wizard page 2024-05-17 11:04:18 +02:00
Pawel Spychalski (DzikuVx)
6a514920fa Store receiver port in wizard 2024-05-17 10:18:35 +02:00
Pawel Spychalski (DzikuVx)
a45d85c0b0 Move UI bindings to separate module 2024-05-17 08:50:20 +02:00
Pawel Spychalski (DzikuVx)
72b279a527 Merge branch 'master' into dzikuvx-wizard 2024-04-24 08:34:08 +02:00
Scavanger
0d1502e03d Fixes, Readme, Makers 2024-04-21 20:46:16 -03:00
Scavanger
6fe68a6b73 Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into Electron 2024-04-18 18:30:48 -03:00
Scavanger
06a4d8b0c8 Convert to CommonJS Modules Part 3 2024-04-18 15:39:19 -03:00
Paweł Spychalski
d60f1de055
Merge pull request #2011 from Scavanger/Default-Dialog-Profile-Fix
Default Dialog Profile Fix
2024-04-18 10:54:12 +02:00
Pawel Spychalski (DzikuVx)
45880326f3 Remove gyro filter type setting 2024-04-05 12:32:08 +02:00
Scavanger
1e49c2138c Default-Dialpg-Profile-Fix 2024-04-01 17:52:04 -03:00
Pawel Spychalski (DzikuVx)
341f2bb9d8 Merge branch 'master' into dzikuvx-wizard 2024-03-23 13:23:43 +01:00
b14ckyy
82ba6e93b0 Update default WP Radius
With better AHRS and Sensor fusion since 6.0 and 7.1, the WP radius for fixed wings can be much smaller for more precise waypoint navigation. This also helps Fixed Wing Autoland to use shorter approaches with later turns.
2024-03-21 12:28:37 +01:00
Andi Kanzler
91f1699659 Convert to CommonJS Modules 2024-02-26 11:58:56 -03:00
b14ckyy
ba93673f2b
Update default WP Radius
With better AHRS and Sensor fusion since 6.0 and 7.1, the WP radius for fixed wings can be much smaller for more precise waypoint navigation. This also helps Fixed Wing Autoland to use shorter approaches with later turns.
2024-02-18 11:10:27 +01:00
Andi Kanzler
7df8253099 Firmware flasher, BLE, TCP, UDP -> Electron 2024-02-16 20:55:36 -03:00
Andi Kanzler
53aebde936 Sync with master 2024-02-10 23:03:25 -03:00
Andi Kanzler
f24ccfc637 Init 2024-02-10 18:08:17 -03:00
Paweł Spychalski
939f5af04b
Merge pull request #1956 from iNavFlight/dzikuvx-5-inch-preset-ez-tune
Convert 5" preset to EZ Tune
2024-02-02 22:19:30 +01:00
Pawel Spychalski (DzikuVx)
1dec8bfd33 Convert 7-inch preset to Ez Tune 2024-02-02 14:19:56 +01:00
Pawel Spychalski (DzikuVx)
dda4041817 Convert 5" preset to EZ Tune 2024-02-02 14:14:11 +01:00
Pawel Spychalski (DzikuVx)
1d8e69010d Enable Ez Tune for 3" preset by default 2023-12-26 20:40:20 +01:00
Andi Kanzler
23b45d7422 Use anonymous functions 2023-12-12 12:00:34 -03:00
Andi Kanzler
fd22831c19 Fix Defaults Dialog 2023-12-11 17:35:42 -03:00
Pawel Spychalski (DzikuVx)
3a26db0240 Reenable setting values for all profiles 2023-12-06 15:07:24 +01:00
Pawel Spychalski (DzikuVx)
1dd24abfd8 Fix defaults dialog when mixer configuration is available 2023-12-06 15:02:32 +01:00
Pawel Spychalski (DzikuVx)
42f7a7f0bd Drop not used defaults 2023-12-06 13:43:17 +01:00
shota
31d05169d4 fix motor stop on low preset 2023-10-21 00:51:50 +09:00
shota
c3b7782b34 updated defaults on motorstop 2023-09-28 21:58:35 +09:00
Darren Lines
3411777775 Fixed mixer config issues
1. When save and reboot was applied on the mixer page, the has flaps option was not saved.
2. When defaults were selected, the auto-mixer application did not take mixer config in to account.
2023-02-25 10:29:44 +00:00
Darren Lines
7bdedf25ae
Update defaults_dialog.js
Update defaults for new AHRS parameter names
2023-02-13 16:21:00 +00:00
Pawel Spychalski (DzikuVx)
320958c3ff Small update 2023-02-03 12:31:40 +01:00
Pawel Spychalski (DzikuVx)
1f8364974a Enable Dynamic LPF on 5" preset 2023-02-03 11:20:48 +01:00
Pawel Spychalski (DzikuVx)
bcadfbb0ff Create 3" defaults profile 2023-02-03 09:54:11 +01:00
Darren Lines
427b9c6447 Renamed parameter 2022-11-27 11:00:42 +00:00
Darren Lines
abf47a3742 Changes for https://github.com/iNavFlight/inav/pull/8589 2022-11-27 09:41:50 +00:00
Pawel Spychalski (DzikuVx)
dc59dcb92e Fix build 2022-10-22 20:07:49 +02:00
b14ckyy
eb3abdb1f3
Update defaults_dialog.js 2022-10-19 17:38:15 +02:00
b14ckyy
9209cbe898
Update presets for 6.0
Removed IMU settings as the new Firmware Defaults will match MR and FW. 
Added new YAW Default PIDs for better Turn-Assist control in nav modes with stab yaw used and more authority in acro
2022-10-19 17:28:22 +02:00
Pawel Spychalski (DzikuVx)
46eb99daac Enable dynamic_gyro_notch_mode = 3D on 7-inch presets 2022-10-06 16:53:30 +02:00
Pawel Spychalski (DzikuVx)
189a17d69f 7-inch MR profile 2022-10-01 14:12:16 +02:00
Paweł Spychalski
1f8b2bcbb2
Merge pull request #1605 from iNavFlight/MrD_Set-platform-defaults-on-all-profiles
Set specific defaults (defaults dialog) on all profiles
2022-10-01 12:59:00 +02:00
Darren Lines
7afbc5c97c Set specific defaults on all profiles 2022-08-15 19:03:15 +01:00
Paweł Spychalski
2c8f32890f
Revert "Reset PIDs button to use applied defaults" 2022-08-15 13:08:21 +02:00
Paweł Spychalski
88db2005f3
Merge pull request #1593 from b14ckyy/release_5.1.0
Cleanup Autolaunch settings
2022-08-14 11:01:29 +02:00