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

1572 commits

Author SHA1 Message Date
ArnoTlse
ea6ac3ec8f First release of new mission planner
All working for saving into FC.
Remaining bug on EPROM action
2021-02-15 22:27:00 +01:00
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.
2021-02-06 10:53:53 +00:00
Pawel Spychalski (DzikuVx)
5378207532 Allow RC channel override via logic conditions 2021-01-19 11:38:39 +01:00
Alexander van Saase
c1218da77b fix logic condition bug 2021-01-11 13:54:58 +01:00
Paweł Spychalski
93b32645a9
Merge pull request #1129 from iNavFlight/dzikuvx-programming-pid-support
Basic support for programming PID
2020-12-25 17:54:23 +01:00
Pawel Spychalski (DzikuVx)
3188680793 MSP Interface for Programming PID 2020-12-24 23:47:08 +01:00
Pawel Spychalski (DzikuVx)
c046e53a13 Merge branch 'master' into dzikuvx-programming-pid-support 2020-12-24 20:19:28 +01:00
Pawel Spychalski (DzikuVx)
86770ab235 Update FW presets 2020-12-23 21:09:42 +01:00
Pawel Spychalski (DzikuVx)
905d19cd2c Cleanup defaults and presets 2020-12-23 19:35:49 +01:00
Pawel Spychalski (DzikuVx)
bd5eb93bc9 Remove gyro_hardware_lpf from GUI 2020-12-18 14:06:05 +01:00
Pawel Spychalski (DzikuVx)
2dcc1cb891 Version bump to 2.7 2020-12-06 20:43:16 +01:00
Pawel Spychalski (DzikuVx)
91f606c339 Basic support for programming PID 2020-12-06 20:41:48 +01:00
Darren Lines
ac0edfcea1 Added firmware version number to configurator 2020-11-26 21:07:58 +00:00
Paweł Spychalski
6ec55ae7c6
Merge pull request #1096 from MrD-RC/MrD_Update-Dart-250g-Preset_920
Update dart 250g preset# 920
2020-11-14 21:59:09 +01:00
Paweł Spychalski
80747b2145
Merge pull request #1104 from MrD-RC/patch-1
Update defaults_dialog.js
2020-11-10 09:10:20 +01:00
Paweł Spychalski
35b8104a04
Merge pull request #1103 from iNavFlight/dzikuvx-lc-operands-update
LC Operands update
2020-11-10 09:07:14 +01:00
Darren Lines
58e86ce7da
Update defaults_dialog.js
Changed fixed wing rates and expo to match the Airplane General preset.
2020-11-09 19:00:13 +00:00
Konstantin (DigitalEntity) Sharlaimov
3e5e17c746 [MSP SENSOR] Add support for MSP PITOT 2020-11-08 20:07:26 +01:00
Konstantin (DigitalEntity) Sharlaimov
4bfcbae7bc Add support for MSP sensors: BARO, MAG, GPS 2020-11-08 20:05:15 +01:00
Pawel Spychalski (DzikuVx)
2ac1e85ebd LC Operands update 2020-11-08 15:52:06 +01:00
Pawel Spychalski (DzikuVx)
a53cbd23ad Minor fixes on PID Tuning tab 2020-11-07 17:19:43 +01:00
Darren Lines
20df151584
Update preset_definitions.js 2020-10-29 19:15:46 +00:00
Darren Lines
5d0fc4dca1
Update preset_definitions.js
Updated to reflect request https://github.com/iNavFlight/inav-configurator/issues/920

I did not add the mixer, as I thought that the preset was the wrong place for this. However a note has been added in the preset description to update the mixer to the correct weights.
2020-10-29 19:11:11 +00:00
Darren Lines
7d268cf858
Update defaults_dialog.js
Added changes after Pawel's suggestions.
2020-10-26 08:11:27 +00:00
Darren Lines
0b6e1907b8
Update defaults_dialog.js
Added some of the defaults suggested in issue #1028.
I omitted setting RTH to turn first, as most prefer climb first.
I omitted disabling permanent airmode as the reason for disabling it has been fixed in 2.6
I omitted enabling motors as servos by default for safety
2020-10-25 00:33:25 +01:00
Paweł Spychalski
f0a2ae2cc8
Merge pull request #1084 from stronnag/jh_add_DPS310_baro
add DPS310 baro option
2020-10-23 10:30:10 +02:00
Alexander van Saase
e0215cebe7 Support for 3D home distance LC 2020-10-19 22:39:17 +02:00
Jonathan Hudson
d646b76895 add DPS310 baro option 2020-10-17 13:00:11 +01:00
Niccolò Maggioni
e75db57252
V-Tail and airplane without rudder mixer images 2020-10-02 16:48:16 +02:00
Niccolò Maggioni
de848bddf7
Standardize and reorder mixer definitions 2020-10-02 16:46:37 +02:00
Niccolò Maggioni
14b5bf6d41
Fix tail saturation in V-Tail mixer preset 2020-10-02 16:46:37 +02:00
Niccolò Maggioni
033b8ee17b
Standardize and reorder preset definitions 2020-10-02 14:53:37 +02:00
Paweł Spychalski
edf99e66d3
Merge pull request #1072 from iNavFlight/dzikuvx-fix-output-mapping
Correcty unique used servo indexes
2020-09-30 15:53:00 +02:00
Paweł Spychalski
5a64ad32d4
Merge pull request #1071 from iNavFlight/dzikuvx-rearrange-mixer-rules
Rearrange servo mixer rules
2020-09-30 15:52:44 +02:00
Pawel Spychalski (DzikuVx)
dc910e4702 Correcty unique used servo indexes 2020-09-29 12:45:42 +02:00
Pawel Spychalski (DzikuVx)
7c4208638f Rearrange servo mixer rules 2020-09-29 12:20:33 +02:00
Paweł Spychalski
951dd7faa6
Merge pull request #1067 from iNavFlight/giacomo892_fw_expo
Reducing exposition value for FW to allow more locked-in feeling
2020-09-21 18:58:54 +02:00
Pawel Spychalski (DzikuVx)
d7188de714 Support for Waypoint Index LC 2020-09-21 11:24:04 +02:00
giacomo892
8f15e04527 Reducing exposition value for fixed wings to allow more locked in feeling 2020-09-21 10:54:03 +02:00
Pawel Spychalski (DzikuVx)
61ffe15b1f Support for sin, cos, tan and scale range 2020-09-07 14:40:53 +02:00
Michel Pastor
f76c83801d
Add SmartPort master (#993) 2020-09-04 09:15:13 +02:00
Paweł Spychalski
0cd7cc0903
Merge pull request #1044 from iNavFlight/dzikuvx-mag-gain-calibration
Add support for MAG gain calibration
2020-08-14 20:48:38 +02:00
Pawel Spychalski (DzikuVx)
2c53c36ae3 Enable Unicorn filter by default on MR default preset 2020-08-11 12:05:03 +02:00
Konstantin Sharlaimov
948ca25e5b
Merge pull request #1048 from iNavFlight/de_variable_transfer_size_support
[DFU] Allow variable transfer size (required for H7 flashing)
2020-08-11 10:34:46 +02:00
Pawel Spychalski (DzikuVx)
f72adadcb2 Set OS125 as default for MRs 2020-08-09 16:53:00 +02:00
Konstantin (DigitalEntity) Sharlaimov
4eea6b7fe0 [DFU] Allow variable transfer size (required for H7 flashing) 2020-08-02 15:14:36 +02:00
Pawel Spychalski (DzikuVx)
303c4b8d45 Allow for 32 LCs and 8 GVARs 2020-07-31 11:53:29 +02:00
Ilya Guterman
58509be5da fix missing blackbox animation
.data-loading is for loading tab and blackbox erase,
but when tab loading finished it removes all .data-loading elements
2020-07-29 12:57:07 +03:00
Pawel Spychalski (DzikuVx)
b85c671b77 Add support for MAG gain calibration 2020-07-24 18:52:04 +02:00
Pawel Spychalski (DzikuVx)
95984dd7ee Reporting improvements 2020-07-23 11:54:51 +02:00