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

70 commits

Author SHA1 Message Date
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
b14ckyy
beb9cf5775
Update defaults_dialog.js 2022-08-11 14:22:14 +02:00
b14ckyy
5dce395881
Added usable autolaunch settings to presets 2022-07-29 22:33:05 +02:00
b14ckyy
4feecd9375
Updated Plane presets for better AHI Drift mitigation 2022-07-29 21:20:58 +02:00
Darren Lines
02cfe59dfb Moved finalize to correct place 2022-07-01 16:59:50 +01:00
Darren Lines
33c952e7b1 Working code 2022-07-01 16:21:29 +01:00
Darren Lines
4b470d2164 Initial cut 2022-06-02 21:53:33 +01:00
Pawel Spychalski (DzikuVx)
213fa474d5 MR defaults update 2022-05-13 10:09:51 +02:00
Pawel Spychalski (DzikuVx)
13204c29c2 Update defaults 2022-05-07 20:25:36 +02:00
Pawel Spychalski (DzikuVx)
e84214d522 Apply mixer together with Defaults 2022-03-14 13:47:45 +01:00
Pawel Spychalski (DzikuVx)
051e9fa00e drop BF_CONFIG MSP frame 2022-02-23 16:02:47 +01:00
Pawel Spychalski (DzikuVx)
9d89797bd4 Merge branch 'master' into release_4.1.0 2022-01-25 09:12:19 +01:00
Pawel Spychalski (DzikuVx)
b66f834d5f Lower the default airmode throttle threshold 2022-01-09 10:47:15 +01:00
Darren Lines
22674c338b Update defaults_dialog.js
Fixes the bug where clicking "Keep current settings" will stop configurators working until reboot.
2021-12-18 18:59:56 +00:00
Darren Lines
2b186add5d Block configurator until defaults have been applied 2021-12-08 19:27:18 +00:00
Darren Lines
ada5bf6950 Block configurator until defaults have been applied 2021-12-02 18:58:36 +00:00
Darren Lines
6290aef7b1
Update defaults_dialog.js
Added missing PID settings to defaults dialog
2021-11-28 10:52:14 +00:00
Darren Lines
0fa46d55c6
Update defaults_dialog.js
Missed settings added for fixed wing default PIDs
2021-11-28 10:47:44 +00:00
b14ckyy
f7b888f3c1
Updated default PIDs
in preparation of FF-Only Autotune I change some PIDs to be slightly more agressive on P and less on I to reduce bounce back after full stick inputs. Also adding some D with stable proven P-D Relationships on multiple tested planes. Should give smooth and stable flight after FF autotune.
2021-11-04 15:49:14 +01:00
Pawel Spychalski (DzikuVx)
e4191bbbee PID Tuning update 2021-10-29 16:17:42 +02:00
Pawel Spychalski (DzikuVx)
7b4f661e09 Enable the Smith Predictor in MR defaults 2021-10-12 08:16:27 +02:00
Pawel Spychalski (DzikuVx)
9b19d2f98f Defaults update 2021-08-13 16:49:32 +02:00
Pawel Spychalski (DzikuVx)
ee436111b1 Cleanup ESC protocols 2021-07-23 07:52:28 +02:00
b14ckyy
7e00e9bebf slightly adaption for smaller wings 2021-05-25 19:48:44 +02:00
b14ckyy
374c9cad9e updated FW Presets 2021-05-23 11:20:41 +02:00
Alexander van Saase
c95e93e3c1 Merge branch 'master' into avs-disable-fw-dboost
# Conflicts:
#	js/defaults_dialog.js
2021-05-06 19:36:58 +02:00
Alexander van Saase
f7db7cff4b set fw dboost factor to 1 2021-05-06 14:30:57 +02:00
Pawel Spychalski (DzikuVx)
39ba729b7a Update filters tab to latest version 2021-05-03 18:27:49 +02:00
Alexander van Saase
3e6b621db7 lpf cutoff 2021-03-21 20:08:52 +01:00
b14ckyy
41a1694648
added fw_dterm_lpf 2021-03-08 13:21:54 +01:00
b14ckyy
737bfca392
added some yaw I gain to assist trim 2021-03-05 21:24:56 +01:00
b14ckyy
daf6f875ff
Update defaults_dialog.js 2021-03-04 22:19:09 +01:00
b14ckyy
50dc9a0bad
Fixed some values and script errors 2021-03-04 22:04:29 +01:00
b14ckyy
38f36946a2
Final settings with Plane + Wing Preset in intial popup
Testing of the preset settings is ongoing. Will make PR when confirmed working over all plane ranges
2021-03-02 18:10:35 +01:00