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

5392 commits

Author SHA1 Message Date
Darren Lines
e7c3845cf5 Update IDs for ADSB elements
There was a conflict between the ADSB elements and the custom OSD elements. ADSB IDs now match those defined in the firmware.
2024-04-08 08:18:26 +01:00
Paweł Spychalski
0feba172e7
Merge pull request #2014 from iNavFlight/dzikuvx-pid-tab-rework
PID Tuning tab rework
2024-04-06 20:29:02 +02:00
Pawel Spychalski (DzikuVx)
1f67281cb1 Hide irrelevant settings when EzTune is enabled 2024-04-06 20:10:54 +02:00
Pawel Spychalski (DzikuVx)
306643793a Do not enable EzTune for non-multirotor platforms 2024-04-06 19:46:39 +02:00
Pawel Spychalski (DzikuVx)
f0869950b8 Merge remote-tracking branch 'origin/master' into dzikuvx-pid-tab-rework 2024-04-06 19:17:44 +02:00
Paweł Spychalski
e4389a37da
Merge pull request #2009 from iNavFlight/dzikuvx-new-servo-frames
New MSP frames for Servos
2024-04-06 11:04:56 +02:00
Pawel Spychalski (DzikuVx)
857cd73673 Switch to new frames for servos 2024-04-06 10:38:41 +02:00
Pawel Spychalski (DzikuVx)
d6b6c34ef9 Merge branch 'master' into dzikuvx-new-servo-frames 2024-04-06 10:01:54 +02:00
Paweł Spychalski
44a82eee71
Merge pull request #2013 from iNavFlight/dzikuvx-filtering-simplification
Remove gyro filter type setting
2024-04-06 09:06:40 +02:00
Pawel Spychalski (DzikuVx)
0fb0281ef0 Remove original EzTune tab 2024-04-05 18:12:17 +02:00
Pawel Spychalski (DzikuVx)
4598142888 Fix legacy PID saving 2024-04-05 18:08:07 +02:00
Pawel Spychalski (DzikuVx)
cc4ff69bca Do not process MSP_FILTER_CONFIG 2024-04-05 18:00:37 +02:00
Pawel Spychalski (DzikuVx)
d7eeac66bf Do not process INAV PID CONFIG frame 2024-04-05 17:58:34 +02:00
Pawel Spychalski (DzikuVx)
bd332ab394 Do not process features on Tuning page 2024-04-05 17:57:23 +02:00
Pawel Spychalski (DzikuVx)
7cc97bd5b7 Do not load PID_ADVANCED 2024-04-05 17:00:32 +02:00
Pawel Spychalski (DzikuVx)
ad38dc202e Do not load PID names 2024-04-05 16:57:48 +02:00
Pawel Spychalski (DzikuVx)
cdd5aeddb9 Combine EzTune with PID Tuning tab 2024-04-05 16:49:33 +02:00
Pawel Spychalski (DzikuVx)
74b7bd27d6 Split PID tuning 2024-04-05 15:47:17 +02:00
Pawel Spychalski (DzikuVx)
45880326f3 Remove gyro filter type setting 2024-04-05 12:32:08 +02:00
Paweł Spychalski
d1d16979b1
Merge pull request #1958 from iNavFlight/release_7.1.0
Release 7.1.0
2024-04-01 09:20:46 +02:00
Pawel Spychalski (DzikuVx)
d03e5be3f8 Merge branch 'master' into release_7.1.0 2024-04-01 09:19:29 +02:00
Pawel Spychalski (DzikuVx)
cc972d8b42 Drop MSP_SERVO_MIX_RULES 2024-03-29 19:22:04 +01:00
Paweł Spychalski
5403fc9708
Merge pull request #2008 from iNavFlight/dzikuvx-more-msp-cleanup
Drop another unused MSP frame
2024-03-29 19:14:08 +01:00
Pawel Spychalski (DzikuVx)
d09bbc050c Drop MSP_POSITION_ESTIMATION_CONFIG 2024-03-27 20:39:32 +01:00
Pawel Spychalski (DzikuVx)
ddf18258f7 Merge branch 'release_7.1.0' of github.com:iNavFlight/inav-configurator into release_7.1.0 2024-03-27 19:28:48 +01:00
Pawel Spychalski (DzikuVx)
008e8f25c2 linux build fix 2024-03-27 19:28:33 +01:00
Pawel Spychalski (DzikuVx)
3f6b820033 Drop another unused MSP frame 2024-03-27 19:27:24 +01:00
Paweł Spychalski
34eaec6ea4
Merge pull request #2007 from iNavFlight/dzikuvx-remove-not-used-MSP-frame
Clean up ARMING_CONFIG MSP frames as not used
2024-03-26 08:58:48 +01:00
b14ckyy
88150133d0 Adding 2400 and 4800 baud to MSP for use with slow Transparent serial links like ELRS Airport 2024-03-25 23:36:17 +01:00
Pawel Spychalski (DzikuVx)
6f20b43fc9 Clean up ARMING_CONFIG MSP frames as not used 2024-03-25 21:44:06 +01:00
Paweł Spychalski
db954f8b8e
Merge pull request #2006 from iNavFlight/dzikuvx-ports-tab-improvements
Port tab improvements
2024-03-24 20:06:06 +01:00
Pawel Spychalski (DzikuVx)
b1a5716607 Additional case 2024-03-24 17:43:52 +01:00
Pawel Spychalski (DzikuVx)
f42ba12337 Process unique functions in the ports tab 2024-03-24 17:42:22 +01:00
Pawel Spychalski (DzikuVx)
b316704246 Fix updateDefaultBaud 2024-03-24 17:15:46 +01:00
Pawel Spychalski (DzikuVx)
7c64971938 Simplify 2024-03-24 16:45:43 +01:00
Paweł Spychalski
c9534358d1
Merge pull request #2005 from iNavFlight/dzikuvx-rename-setup-tab-to-status
Rename Setup tab and fix icon
2024-03-24 16:34:07 +01:00
Paweł Spychalski
8994ca8f0f
Merge pull request #2004 from iNavFlight/dzikuvx-set-gps-port-from-gps-tab
Allow to set GPS port from GPS tab
2024-03-24 16:33:50 +01:00
Paweł Spychalski
214f46ffde
Merge pull request #1980 from Scavanger/Receiver-Tab-Render-Fix
Fix receiver tab render issue
2024-03-24 16:32:59 +01:00
Pawel Spychalski (DzikuVx)
1c27da638d Rename Setup tab and fix icon 2024-03-24 16:31:45 +01:00
Pawel Spychalski (DzikuVx)
53d61a063a Persisting the serial pot settings in the GPS tab 2024-03-24 16:01:19 +01:00
Pawel Spychalski (DzikuVx)
f0981959aa Generate selects for GPS ports in the GPS tab 2024-03-24 15:23:06 +01:00
Pawel Spychalski (DzikuVx)
a0af3d998b Refactor how port names as derived 2024-03-24 14:46:16 +01:00
Pawel Spychalski (DzikuVx)
9f065fc1a6 Furter decouple the serial port handling from the ports tab 2024-03-24 14:33:42 +01:00
Pawel Spychalski (DzikuVx)
a65ff23f8d Simplify serial config loading 2024-03-24 13:37:13 +01:00
Paweł Spychalski
f93fba9c36
Merge pull request #1988 from iNavFlight/dzikuvx-ltm-decoder
Decode LTM telemetry protocol
2024-03-23 18:47:40 +01:00
Paweł Spychalski
6e9a8b72f3
Merge pull request #2003 from sensei-hacker/rename-use-mid-throttle
rename use-mid-throttle (required to match INAV 7)
2024-03-23 18:46:46 +01:00
Pawel Spychalski (DzikuVx)
542a307338 Show telemetry data in the groundstation 2024-03-23 18:41:13 +01:00
Ray Morris
feae17bcd1 rename use-mid-throttle to mc_althold_throttle 2024-03-23 12:35:26 -05:00
Pawel Spychalski (DzikuVx)
6db05efefb Minor updates 2024-03-23 14:49:01 +01:00
Pawel Spychalski (DzikuVx)
b31c0ab376 Make map full screen 2024-03-23 13:48:10 +01:00