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

263 commits

Author SHA1 Message Date
Darren Lines
61f13a3205
Merge branch 'change-profiles-with-programmin' into master 2021-10-28 18:54:19 +01:00
Darren Lines
9d0dfbc467 resolve conflics 2021-10-28 18:51:45 +01:00
Darren Lines
8d4bd93673
Merge branch 'iNavFlight:master' into change-profiles-with-programmin 2021-10-09 14:25:02 +01:00
Darren Lines
062942184c Adding loiter radius in to programming 2021-09-22 22:33:22 +01:00
JuliooCesarMDM
3cfc16d176 Romove old IMU of the Acc Box 2021-09-18 23:10:58 -03:00
Darren Lines
c1b27b5751 Update fc.js
Renamed PID Profile to Profile
2021-09-16 09:34:16 +01:00
Darren Lines
e5fa8120fe Added PID Profiles to Programming framework
- Added PID Profiles to Programming framework
- Removed Profile selection from Adjustments
- Added save message to the programming
- Clarified save messages
2021-09-09 10:23:21 +01:00
Pawel Spychalski (DzikuVx)
e52aa154b0 Cleanup Sensor setup 2021-08-13 10:49:30 +02:00
Paweł Spychalski
1d5b7808d5
Merge pull request #1326 from iNavFlight/dzikuvx-imu2-status
report IMU2 hardware status
2021-08-12 15:01:01 +02:00
Pawel Spychalski (DzikuVx)
f719f7c464 report IMU2 hardware status 2021-08-12 15:00:03 +02:00
Paweł Spychalski
b7bc81bc8d
Merge pull request #1320 from iNavFlight/dzikuvx-esc-protocol-cleanup
Cleanup ESC protocols
2021-07-23 12:40:22 +02:00
Pawel Spychalski (DzikuVx)
ed3062110f Rangefinder cleanup 2021-07-23 09:26:47 +02:00
Pawel Spychalski (DzikuVx)
ee436111b1 Cleanup ESC protocols 2021-07-23 07:52:28 +02:00
Pawel Spychalski (DzikuVx)
582572729e rename RC Channel operand 2021-05-27 08:29:22 +02:00
Pawel Spychalski (DzikuVx)
f1780ca07b Drop looptime GUI 2021-05-26 14:29:46 +02:00
Alexander van Saase
11446e62e2
Merge pull request #1218 from avsaase/avs-feature-fw-autotrim
Add FW auto trim feature to configuration tab
2021-05-08 14:49:39 +02:00
ArnoTlse
dbfbd31c41
Merge branch 'master' into arntlse_safehome_mp 2021-04-17 20:50:11 +02:00
ArnoTlse
3265158791 waypoint OOP version 1.8 2021-04-13 22:43:35 +02:00
Darren Lines
15dea6b6d3 Reconfigured Advanced Tuning
The Advanced Tuning page has been reconfigured. It now will show only relevant settings based on the platform. Fixed Wing and Multirotor have their own top sections. Other platforms see both those sections as a fall-back, The bottom section (generic) is visible for all platforms. There is no replication on any views.

I have also updated the code to use the new data-setting method. Though this seems to have added some lag in loading times.
2021-04-10 10:29:48 +01:00
ArnoTlse
949e511d28 Waypoint OOP version 1.5 2021-04-09 01:22:36 +02:00
Alexander van Saase
2f1cdcf5c2 add autotrim feature to configuration tab 2021-04-02 15:47:49 +02:00
Darren Lines
8fcdcee924 Update fc.js 2021-04-01 18:17:38 +01:00
Pawel Spychalski (DzikuVx)
5b49ce7f89 remove PMW3901 driver select 2021-03-31 10:51:07 +02:00
Darren Lines
bebbaa5dd7 Added GPS Valid Fix to flight parameters 2021-03-27 10:12:03 +00:00
ArnoTlse
ef5c999428 Waypoint Class 2021-03-24 00:37:50 +01:00
ArnoTlse
a81050d121 Safehome : read 2021-03-22 21:47:02 +01:00
Paweł Spychalski
b682bbe5d8
Merge pull request #1195 from MrD-RC/allow-editing-of-derivative-on-airplane
Allow editing of derivative on airplane
2021-03-21 16:15:55 +01:00
Darren Lines
f2adf8d700
Update fc.js
Updated as per @DzikuVx 's request
2021-03-21 11:25:35 +00:00
Mingchen Zhang
c96f8aba24 Moved the mod operator to the last 2021-03-12 02:19:30 +00:00
Mingchen Zhang
0f9a390d25 Add modulus operator support - configurator 2021-03-11 08:26:06 +00:00
Darren Lines
6981de93fa
Update fc.js
Changed logic to allow the D to be editable for airplanes. This is for the new PIDFF update.
2021-03-10 19:18:04 +00:00
Pawel Spychalski (DzikuVx)
fa5a38f060 Fix LCs VBAT scale 2021-03-05 10:05:02 +01:00
Pawel Spychalski (DzikuVx)
9586259a18 Cleanup looptime handling 2021-03-04 11:56:37 +01:00
ArnoTlse
cf80f8c9ab Add Safehome tab 2021-03-02 18:43:29 +01:00
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`
2021-02-23 23:51:39 +01:00
ArnoTlse
d3a48e0f56 Code Review
Correction on indentation + Mission validation
2021-02-22 14:10:52 +01:00
Pawel Spychalski (DzikuVx)
0d66fd4c54 Add ability to read Programming PID status via MSP 2021-02-21 11:20:19 +01:00
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
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
Pawel Spychalski (DzikuVx)
3188680793 MSP Interface for Programming PID 2020-12-24 23:47:08 +01:00
Pawel Spychalski (DzikuVx)
91f606c339 Basic support for programming PID 2020-12-06 20:41:48 +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
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
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