1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 19:40:27 +03:00
Commit graph

11942 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
f0a0d54081 Fix center frequency filter 2021-10-28 15:22:41 +02:00
Pawel Spychalski (DzikuVx)
aece6f65cb Extract peak mean to separate function 2021-10-28 14:39:45 +02:00
Pawel Spychalski (DzikuVx)
eda0be05ab Further simplify the code 2021-10-28 14:27:43 +02:00
Pawel Spychalski (DzikuVx)
f08b7a7cbe Simplify peak detection 2021-10-28 13:39:34 +02:00
Pawel Spychalski (DzikuVx)
6ded40a8a1 Simplify peak frequency processing 2021-10-28 13:28:57 +02:00
Pawel Spychalski (DzikuVx)
fb1e3119c1 Drop downsampling and simplufy hanning window processing 2021-10-28 13:02:43 +02:00
Pawel Spychalski (DzikuVx)
7954144816 Correctly compute FFT resolution and max frequency 2021-10-28 12:25:43 +02:00
Paweł Spychalski
312d03843d
Merge pull request #7108 from MrD-RC/patch-1
Updated Crossfire telemetry FM strings for 3.0
2021-10-28 09:41:15 +02:00
Paweł Spychalski
424e55a227
Merge pull request #7515 from iNavFlight/mrd-add-precision-to-osd-rpm
Added selectable precision to the OSD RPM
2021-10-28 08:39:30 +02:00
Paweł Spychalski
d752e64c3b
Merge pull request #7521 from iNavFlight/dzikuvx-simplify-dynamic-notch
Simplify dynamic notch setup and set ON by default
2021-10-28 08:24:52 +02:00
Paweł Spychalski
a645f46760
Merge pull request #7533 from Elkin-Vasily/mlx90393
mlx90393 support added
2021-10-28 08:24:09 +02:00
Paweł Spychalski
141652633b
Merge pull request #7480 from MrD-RC/loiter-radius-in-programming
Adding loiter radius to programming
2021-10-28 08:20:59 +02:00
breadoven
cd2148283f fixes 2021-10-27 23:31:17 +01:00
Vasily Elkin
c926976d35 mlx_write_register renamed to mlx90393WriteRegister 2021-10-26 18:04:16 +03:00
Paweł Spychalski
078ee24d0b
Merge pull request #7535 from nullie/fix-wsl-build
Fix WSL build
2021-10-26 09:56:58 +02:00
Vasily Elkin
ac3bce02cc copyrights changed 2021-10-24 22:41:53 +03:00
Ilia Novoselov
1d7ba3a926 Fix WSL build 2021-10-23 17:04:43 +05:00
breadoven
6018a26299 changed method
Changed to load all missions always and only load selected mission on ARM
2021-10-22 22:07:54 +01:00
Vasily Elkin
45be762da1 mlx90393 support added 2021-10-22 17:58:19 +03:00
Paweł Spychalski
4086fb10a0
Merge pull request #7524 from iNavFlight/dzikuvx-drop-abg-filter
Drop ABG filtering
2021-10-21 20:40:38 +02:00
Paweł Spychalski
19a17bae8c
Merge pull request #7527 from iNavFlight/remove_duplicate_dev_docs
remove duplicate MSYS2 documents, differing only in name
2021-10-21 20:40:04 +02:00
Jonathan Hudson
6e8d6f6b0d remove duplicate MSYS2 documents, differing only in name 2021-10-21 14:41:00 +01:00
Pawel Spychalski (DzikuVx)
2bfe306764 Fix compilation 2021-10-21 11:17:03 +02:00
Darren Lines
0d6af3af97
Merge pull request #7519 from MrD-RC/add-osd-feedback-for-loaded-missions
Added mission loaded to system message
2021-10-21 09:59:48 +01:00
Pawel Spychalski (DzikuVx)
5dd614e3d1 Docs update 2021-10-21 10:05:56 +02:00
Pawel Spychalski (DzikuVx)
d2daec8222 Drop ABG filtering 2021-10-21 09:22:33 +02:00
Paweł Spychalski
dead2cdfd9
Merge pull request #7522 from iNavFlight/dzikuvx-fft-window-increase
Increase FFT window to 64 samples
2021-10-21 08:29:58 +02:00
Paweł Spychalski
6b39c1c4f9
Merge pull request #7523 from iNavFlight/dzikuvx-enable-gyro-kalman-by-default
Enable gyro kalman by default
2021-10-21 08:22:46 +02:00
Darren Lines
743300c19e Made requested changes
Made changes suggested by Pawel.
2021-10-20 23:01:41 +01:00
Pawel Spychalski (DzikuVx)
cc4ad9e76e Enable gyro kalman by default 2021-10-20 22:21:07 +02:00
Pawel Spychalski (DzikuVx)
e67f1ff197 Further cleanup 2021-10-20 22:01:41 +02:00
Pawel Spychalski (DzikuVx)
8471a28718 Docs update 2021-10-20 21:50:29 +02:00
Pawel Spychalski (DzikuVx)
f00ffd931b Increase FFT window to 64 samples 2021-10-20 21:48:26 +02:00
Pawel Spychalski (DzikuVx)
af8bc221eb Simplify dynamic notch setup and set ON by default 2021-10-20 20:47:11 +02:00
Mr D
3b45ea4086 Added mission loaded to system message
Added a message to the OSD system messages to show that a waypoint mission is loaded, when disarmed.
2021-10-19 15:31:12 +01:00
breadoven
6aa06d3d84 add MSP control 2021-10-19 11:56:45 +01:00
Darren Lines
d8df985a5c
Update navigation_fw_launch.c
Changed the **READY** message to add clarification.
2021-10-18 21:55:50 +01:00
Mr D
f9d68cea85 Added selectable precision to the OSD RPM
I've added selectable precision to the ESC RPM, as shown in the OSD. The default is 3, which is the same as the current RPM display.
2021-10-18 18:02:21 +01:00
Darren Lines
8907167b1d
Merge pull request #7514 from iNavFlight/MrD-RC-patch-1
Update Building in Windows 10 or 11 with Linux Subsystem.md
2021-10-18 14:35:33 +01:00
Darren Lines
d70d964d61
Update Building in Windows 10 or 11 with Linux Subsystem.md
Added fix for write issue when using the linux file system for WSL2
2021-10-18 13:40:13 +01:00
Darren Lines
430a1942b8
Merge pull request #7513 from iNavFlight/MrD-RC-patch-1
Update Building in Windows 10 or 11 with Linux Subsystem.md
2021-10-18 13:12:21 +01:00
Darren Lines
d709c15aec
Update Building in Windows 10 or 11 with Linux Subsystem.md
Updated the documentation for the WSL versions.
2021-10-18 12:53:46 +01:00
breadoven
065cedfb0d Update osd.h 2021-10-17 22:21:03 +01:00
breadoven
91a5fe87db Merge remote-tracking branch 'upstream/master' into abo_multi_wp_mission_option 2021-10-17 22:18:25 +01:00
Jonathan Hudson
0804a0446b
make max WP 120 (#7510) 2021-10-17 14:25:59 +01:00
Paweł Spychalski
5bdb467911
Merge pull request #7477 from englebert/master
Fixed issue #7194, The DSHOT direction command not working in STM32F405
2021-10-14 10:44:33 +02:00
Paweł Spychalski
2c7cf93897
Merge pull request #7470 from jmajew/fix_smartaudio_on_softserial
fix problem with smartaudio on softserial
2021-10-14 10:30:57 +02:00
Paweł Spychalski
0ca580bb2b
Merge pull request #7460 from breadoven/abo_fix_emerg_landing_logic_during_failsafe
Fix emergency landing during failsafe
2021-10-13 10:37:31 +02:00
Paweł Spychalski
0f972d7a3d
Merge pull request #7487 from breadoven/abo_FS_WP_mission_RTH_fix
WP mission RTH failsafe fix
2021-10-13 10:36:38 +02:00
Paweł Spychalski
e740951ea6
Merge pull request #7501 from mluessi/bmi270_imu_temp
BMI270: support for reading IMU temperature
2021-10-13 09:51:38 +02:00