Andi Kanzler
23b45d7422
Use anonymous functions
2023-12-12 12:00:34 -03:00
Andi Kanzler
fd22831c19
Fix Defaults Dialog
2023-12-11 17:35:42 -03:00
Roman Sorokin
e0d0cd723b
SBUS Outputs in ports
2023-12-07 10:38:44 +03:00
Paweł Spychalski
a659b09bb2
Merge pull request #1876 from iNavFlight/release_7.0.0
...
Release 7.0.0
2023-12-06 15:34:23 +01:00
Pawel Spychalski (DzikuVx)
3a26db0240
Reenable setting values for all profiles
2023-12-06 15:07:24 +01:00
Pawel Spychalski (DzikuVx)
1dd24abfd8
Fix defaults dialog when mixer configuration is available
2023-12-06 15:02:32 +01:00
Pawel Spychalski (DzikuVx)
42f7a7f0bd
Drop not used defaults
2023-12-06 13:43:17 +01:00
Pawel Spychalski (DzikuVx)
bb95dada5c
Fix error
2023-12-06 13:39:09 +01:00
Andi Kanzler
9a2e179065
Bugfix
2023-12-02 18:06:18 -03:00
Andi Kanzler
7e4345160b
...
2023-12-02 18:02:30 -03:00
Andi Kanzler
6ce6074dfe
Merge branch 'release_7.0.0' of https://github.com/iNavFlight/inav-configurator into FW-Autoland
2023-11-24 09:31:08 -03:00
Andi Kanzler
523258fd25
Improvements
2023-11-24 09:18:05 -03:00
breadoven
41701bffe1
Change Bing SL to Ellipsoid datum
2023-11-20 22:37:10 +00:00
Andi Kanzler
3ec95b4280
Add WP
2023-11-17 10:55:50 -03:00
Andi Kanzler
7589311b0b
Validation Fix
2023-11-15 08:55:58 -03:00
Roman Lut
30225692d4
removed sitl executables from submit
2023-11-14 05:03:59 +01:00
Andi Kanzler
e1195dd0ee
Init
2023-11-13 14:02:45 -03:00
shota
e69153789b
minor tweaks
2023-11-13 02:11:15 +09:00
shota
cbf036edee
detect profiles changes
2023-11-13 02:04:02 +09:00
shota
f4958e4e42
added mixer_profile switch detection to refresh
2023-11-09 18:24:09 +09:00
Darren Lines
6a34f6b349
Only show EzTune tab when platform is multirotor
...
The PR only shows the Ez Tune tab when the platform is either `PLATFORM_MULTIROTOR ` or `PLATFORM_TRICOPTER`. More platforms can be added in the function in main.js.
When changing the mixer to a non-supported platform. Ez Tune is automatically disabled.
2023-11-04 21:34:40 +00:00
Roman Lut
c03830f6b6
Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into submit-gps-fix-estimation
2023-11-03 18:15:41 +01:00
Pawel Spychalski (DzikuVx)
376bd57406
Read mixer profile from the last byte of MSP frame
2023-10-31 10:35:15 +01:00
Paweł Spychalski
a7332f48d7
Merge pull request #1862 from shota3527/sh_mixerprofile
...
Fix Stop motors on low throttle turn off
2023-10-30 10:02:24 +01:00
error
239cb2aa82
inav cli autocomplete into options
2023-10-29 18:32:04 +01:00
error
562ee22cc5
inav cli autocomplete
2023-10-29 18:32:04 +01:00
shota
d976d6f3d7
Fix Stop motors on low throttle turn off
2023-10-29 00:01:59 +09:00
Roman Lut
379af141d9
Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into submit-gps-fix-estimation
2023-10-27 12:12:00 +02:00
Stefano Della Valle
386c560b9d
Merge branch 'master' into master
2023-10-27 11:28:51 +02:00
Stefano Della Valle
7956845389
Update fc.js
...
changed the 52 logic condition to 53 to solve a conflic
2023-10-27 11:25:23 +02:00
Roman Lut
c4f7e11820
Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into submit-led-pwm
2023-10-26 17:43:55 +02:00
Stefano Della Valle
0252dcfa88
added operand 52
2023-10-26 14:53:52 +02:00
shota
0a9e1693a4
Merge remote-tracking branch 'origin/master' into sh_mixer_profile
2023-10-24 19:22:38 +09:00
shota
31d05169d4
fix motor stop on low preset
2023-10-21 00:51:50 +09:00
Pawel Spychalski (DzikuVx)
9ff0e539f5
Fix enabled state
2023-10-20 12:15:20 +02:00
shota
51c33d2bd9
mixer_profile switch support
2023-10-15 17:26:46 +09:00
shota
0bb8c1521b
minor fix on output mapping
2023-10-13 04:27:39 +09:00
Roman Lut
d2d5dff9a0
adjusted SITL tab
...
updated SITL executables
2023-10-12 18:52:00 +02:00
shota
c41129b156
fix mixer_profie configurator issue
2023-10-12 22:33:49 +09:00
Pawel Spychalski (DzikuVx)
851e24031b
Basic preview of PIDFF
2023-10-08 21:40:21 +02:00
Pawel Spychalski (DzikuVx)
b0726bbe8c
Basic layout
2023-10-08 21:01:07 +02:00
Pawel Spychalski (DzikuVx)
4b2e6e3777
MSP layer
2023-10-08 18:08:58 +02:00
Paweł Spychalski
0435eb732b
Merge pull request #1828 from sensei-hacker/ipf_yaw
...
Programming framework: add yaw operand
2023-10-08 13:33:48 +02:00
Paweł Spychalski
c66e90a1f3
Merge pull request #1838 from shota3527/sh_mixerprofile
...
Fix Stop motors on low throttle turn off
2023-10-05 09:55:39 +02:00
shota
11b3b858ba
fixes save on mixer tab caused Stop motors on low throttle to turn off
2023-10-05 16:20:47 +09:00
Pawel Spychalski (DzikuVx)
a4aa4ee6f4
Rate dynamics sliders
2023-10-04 16:17:11 +02:00
Pawel Spychalski (DzikuVx)
6be6c93152
Rate dynamics MSP layer
2023-10-03 20:38:17 +02:00
Pawel Spychalski (DzikuVx)
8eac6a7da3
Minor UI changes
2023-10-03 20:02:56 +02:00
Ray Morris
dbbe4cbe01
ipf yaw: tabs to spaces
2023-09-29 22:54:23 -05:00
Ray Morris
a595d4f401
js/fc.js: merge
2023-09-29 21:53:05 -05:00