Commit Graph

3931 Commits (bebbaa5dd7d3efdeb6fc4c0f5b46eafcb50d787e)
 

Author SHA1 Message Date
Darren Lines bebbaa5dd7 Added GPS Valid Fix to flight parameters 4 years ago
Darren Lines d4b1d240c3
Merge pull request #16 from iNavFlight/master
Merge from master
4 years ago
Paweł Spychalski e81b26c9ef
Merge pull request #1199 from avsaase/avs-fw-dterm-lpf
FW D-term LPF cutoff 40Hz
4 years ago
Alexander van Saase 3e6b621db7 lpf cutoff 4 years ago
Paweł Spychalski 6b091f3f66
Merge pull request #1110 from MrD-RC/update-nav_fw_allow_manual_thr_increase
*Implementation fix* Update nav fw allow manual thr increase
4 years ago
Paweł Spychalski b682bbe5d8
Merge pull request #1195 from MrD-RC/allow-editing-of-derivative-on-airplane
Allow editing of derivative on airplane
4 years ago
Darren Lines f2adf8d700
Update fc.js
Updated as per @DzikuVx 's request
4 years ago
Paweł Spychalski c14b5afd5e
Merge pull request #1188 from b14ckyy/b14ckyy_new_fw_defaults
New fixed Wing generic presets
4 years ago
Paweł Spychalski ee4a36af94
Merge pull request #1196 from MingchenZhang/zmc-modulus-operator-configurator
Add modulus operator support
4 years ago
Mingchen Zhang c96f8aba24 Moved the mod operator to the last 4 years ago
Paweł Spychalski e71f81f3e9
Merge pull request #1193 from avsaase/avs-osd-pid-preview
Fix OSD PIDs preview bug
4 years ago
Mingchen Zhang 0f9a390d25 Add modulus operator support - configurator 4 years ago
Paweł Spychalski 4092300676
Merge pull request #1100 from MrD-RC/Sort-modes-in-to-better-order_963
Sort modes in to better order 963
4 years ago
Darren Lines 6981de93fa
Update fc.js
Changed logic to allow the D to be editable for airplanes. This is for the new PIDFF update.
4 years ago
Darren Lines 1336cc2bb1
Merge pull request #15 from iNavFlight/master
Merge from master
4 years ago
Alexander van Saase 42425be604 fix preview bug 4 years ago
Paweł Spychalski 2f733c00f1
Merge pull request #1187 from avsaase/avs-separate-d-ff-gain-adjustments
Separate D and CD/FF adjustments
4 years ago
Paweł Spychalski ab6e1f0bb7
Merge pull request #1191 from avsaase/avs-gps-weight-tooltip
Correct gps weight tooltip
4 years ago
b14ckyy 22a53d1fab
added dterm_lpf_hz for fixed wing 4 years ago
b14ckyy 41a1694648
added fw_dterm_lpf 4 years ago
Alexander van Saase ead1592d80 words 4 years ago
Alexander van Saase 25ca0f4afc correct tooltip 4 years ago
b14ckyy f6ca21b4e8
added some yaw I gain to assist trimming 4 years ago
b14ckyy 737bfca392
added some yaw I gain to assist trim 4 years ago
Paweł Spychalski 92354105fd
Merge pull request #1189 from iNavFlight/dzikuvx-lc-vbat-scale-fix
Fix LCs VBAT scale
4 years ago
Pawel Spychalski (DzikuVx) fa5a38f060 Fix LCs VBAT scale 4 years ago
b14ckyy acafd68969
Update defaults_dialog.css 4 years ago
b14ckyy 404b1ec04f
Update defaults_dialog.css 4 years ago
b14ckyy daf6f875ff
Update defaults_dialog.js 4 years ago
b14ckyy 3d54609cd0
Corrected code layout and fixed some settings 4 years ago
b14ckyy 50dc9a0bad
Fixed some values and script errors 4 years ago
Alexander van Saase 52d3a3584c Separate D and CD/FF adjustments, osd elements 4 years ago
Paweł Spychalski 4d320a92c1
Merge pull request #1185 from iNavFlight/dzikuvx-config-tab-cleanup
Config tab cleanup & PIT Tuning changes
4 years ago
Paweł Spychalski 01b983e995
Merge pull request #1186 from iNavFlight/dzikuvx-calbiration-tab-fixes
Correctly mark calibration data as disabled fields
4 years ago
Pawel Spychalski (DzikuVx) b4cf095c8c Correctly mark calibration data as disabled fields 4 years ago
Pawel Spychalski (DzikuVx) d692afb0fe PID Tuning tab changes 4 years ago
Pawel Spychalski (DzikuVx) bddc951010 Drop roll and pitch board alignment 4 years ago
Pawel Spychalski (DzikuVx) 9586259a18 Cleanup looptime handling 4 years ago
b14ckyy b382f224a0
Update preset_definitions.js
Removed specific airplane Presets. Added Generic Presets for Wings and planes.
4 years ago
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
4 years ago
b14ckyy 350cfda82d
change box size 2 fit extra default preset 4 years ago
b14ckyy 9a4fbffa5d
Adding 2 Airplane Options and new defaults
Added Airplane with tail and Flying Wing with no tail as options and new defaults for safer initial setup and flights, that avoid problems with big airplanes and wingspans.
4 years ago
Darren Lines 01b1f550f2
Merge pull request #14 from iNavFlight/master
Merge from master
4 years ago
Paweł Spychalski 7fc842fa02
Merge pull request #1157 from avsaase/avs-bank-angle-iterm-limit-setting
Yaw Iterm freezing setting
4 years ago
Michel Pastor b579a216ec
Remove the unused PWM_SERVO_DRIVER feature which is unused (#1179)
The right way to enable the external PWM driver is now to set `servo_protocol` to `PWM_DRIVER`
4 years ago
Paweł Spychalski 1d248972fc
Merge pull request #1176 from iNavFlight/dzikuvx-programming-pid-status-poll
Add ability to read Programming PID status via MSP
4 years ago
Pawel Spychalski (DzikuVx) 0d66fd4c54 Add ability to read Programming PID status via MSP 4 years ago
Darren Lines e4f0f7b099
Merge pull request #13 from iNavFlight/master
Merge with master
4 years ago
Paweł Spychalski 561b288919
Merge pull request #1171 from MrD-RC/rename-airmode-type
Removed mc_ from airmode settings
4 years ago
Darren Lines d286318f17 Removed mc_ from airmode settings
This change is to partner PR in the INAV firmware. It removes the mc_ prefix from the airmode CLI variables, as they are confusing, as there are now options that can also apply to fixed wing.
4 years ago