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

1366 commits

Author SHA1 Message Date
breadoven
ec2d8dcb9f Revert "Update Settings.md"
This reverts commit b6279d8a07.
2020-12-21 10:25:53 +00:00
breadoven
b6279d8a07 Update Settings.md 2020-12-21 10:08:50 +00:00
breadoven
e18ecdddaf FW RTH Spiral Climb
Uses loiter climb (spiral) for FW RTH with Climb First option.
2020-12-21 09:57:20 +00:00
Konstantin Sharlaimov
af27ab30e2
Merge pull request #6377 from shellixyz/improvements/temperature_sensors_doc_add_note_about_LM75_max_freq
Add note about max LM75 freq in temperature sensors doc
2020-12-05 10:13:12 +01:00
Jonathan Hudson
47d3bb0b48
Regenerated settings.md for safehome_max_distance (#6378) 2020-12-05 09:03:13 +00:00
tonyyng
64c64c3d05
Add safehome_max_distance option. Choose nearest safehome. (#6333)
* Add safehome_max_distance option.  Choose nearest safehome.

* Correct safehome_max_distance default value.
2020-12-05 08:37:04 +00:00
Michel Pastor
b772809532 Add note about max LM75 freq in temperature sensors doc 2020-12-04 21:57:55 +01:00
Konstantin (DigitalEntity) Sharlaimov
cada68e4e2 Docs update for 2.6.0 2020-12-04 09:58:36 +01:00
Jonathan Hudson
cb1dd8d039
[DOC trivia] update motor_pwm_protocol default (#6335)
* [DOC trivia] update motor_pwm_protocol default
2020-11-22 20:15:54 +00:00
Konstantin (DigitalEntity) Sharlaimov
94332bc286 [NAV/MIXER] Refactor getMotorStop() code; Avoid recursion and crash when nav_overrides_motor_stop is set to NOMS_ALL_NAV 2020-11-16 20:46:50 +01:00
Konstantin Sharlaimov
c1c5ed1500
Revert "Revert "Autolaunch - Added a smooth end launch feature and code refactor"" 2020-11-16 20:12:48 +01:00
Konstantin (DigitalEntity) Sharlaimov
41e721fed3 Update CLI docs 2020-11-16 15:06:10 +01:00
Konstantin Sharlaimov
d028b19ec7
Revert "Autolaunch - Added a smooth end launch feature and code refactor" 2020-11-16 14:04:13 +01:00
Niccolò Maggioni
6285b7a929
Update Settings.md 2020-11-15 17:02:37 +01:00
Jonathan Hudson
ab60dfb0e2
[DOC] Cli.md: add missing 2.6 items (bind_rx, safehome), make references clickable. (#6290) 2020-11-15 12:31:38 +00:00
Konstantin Sharlaimov
efeefd9eb8
Merge pull request #6104 from Airwide/aw-fw-nav-smooth-throttle
Smooth throttle in navigation modes on FW
2020-11-15 08:36:42 +00:00
DESKTOP-N53JVUO\mix
6d1a7f0f44 Merge branch 'master' of https://github.com/dragnea/inav into dragnea_autolaunch_refactor
# Conflicts:
#	src/main/io/beeper.c
#	src/main/io/beeper.h
#	src/main/navigation/navigation_fw_launch.c
2020-11-14 22:30:09 +02:00
Jonathan Hudson
2131cf92bf
[DOC] add some basic information about SRXL2 (#6284)
* [DOC] add some basic information about SRXL2 (Rx.md)
2020-11-13 15:18:34 +00:00
Airwide
cc47513004 Changed to PT1 filter in fixedWingPitchToThrottleCorrection 2020-11-11 23:07:42 +01:00
Pawel Spychalski (DzikuVx)
29d56bab36 LC Operands update 2020-11-08 15:51:52 +01:00
Paweł Spychalski
ce9e508120
Merge pull request #6270 from MrD-RC/patch-2
Update IDE - Visual Studio Code with Windows 10.md
2020-11-08 12:17:32 +01:00
Darren Lines
d8e8bcb3d8
Update Controls.md
Fixes #6250
2020-11-08 08:59:37 +00:00
Darren Lines
7bef93407e
Update IDE - Visual Studio Code with Windows 10.md 2020-11-07 10:25:04 +00:00
Airwide
8b1f7e3b13 Changed centidegrees to decidegrees in comments and docs 2020-11-05 08:47:52 +01:00
Darren Lines
78cf9d580f
Update Building in Windows 10 with Linux Subsystem.md
Added fix for WSL v2 and the wsl.conf option for the fix.
2020-11-02 11:46:27 +00:00
Airwide
364630f0b8 Merge branch 'master' into aw-fw-nav-smooth-throttle 2020-10-25 09:07:01 +01:00
Darren Lines
28f50f4fa3
Update Building in Windows 10 with Linux Subsystem.md
Added some code to fix an error where CHMOD does not work with NTFS
2020-10-23 12:14:52 +01:00
Alexander van Saase
d17bfc67e3 Add logic condition for 3D home distance based on Pythagorean theorem. 2020-10-19 22:30:23 +02:00
root
91e69c9614 Merge branch 'master' of https://github.com/dragnea/inav into dragnea_autolaunch_refactor 2020-10-17 13:47:12 +03:00
joleeee
352a754c93
Update USB Flashing.md to cover Arch permissions 2020-10-07 17:55:32 +02:00
stronnag
9f9885a81e
fix advice on required native compiler (#6187) 2020-10-06 17:16:33 +01:00
Niccolò Maggioni
15eaeba4e8
Docker CMake support 2020-10-02 16:21:23 +02:00
Airwide
845de37651 Added nav_fw_pitch2thr_smoothing to cli settings and osd menu 2020-09-28 23:02:55 +02:00
stronnag
fbd8d426a7
[DOC] clarify usage of serial bit id and values (#6160) 2020-09-28 15:07:45 +01:00
Pawel Spychalski (DzikuVx)
4f3adb7b56 Update VSCode tasks for cmake 2020-09-24 14:17:17 +02:00
Pawel Spychalski (DzikuVx)
be42332e18 WSL error troubleshooting 2020-09-24 10:10:52 +02:00
Pawel Spychalski (DzikuVx)
f565b9ae4d Ability to read current waypoint index as part of LC 2020-09-21 10:51:17 +02:00
Alberto García Hierro
bb976d9166 Merge branch 'master' into agh_cmake 2020-09-18 19:19:36 +01:00
Pawel Spychalski (DzikuVx)
9714f05368 New functions: sin, cos, tan and range scaling 2020-09-07 14:39:31 +02:00
Paweł Spychalski
7a7fcf346b
Merge pull request #6054 from Scavanger/FF-Adjustment
[Fix] Tune FF instead of D via inflight adjustments if PIFF controller is active
2020-09-07 07:43:30 +02:00
Jonathan Hudson
08874eb94a clarify cmake usage document / implement review comments 2020-09-06 19:54:24 +01:00
Jonathan Hudson
ab734d9991 document target format 2020-09-06 19:23:47 +01:00
Paweł Spychalski
b3503d9cae
Merge pull request #6100 from iNavFlight/dzikuvx-pid-docs
INAV PID Controller basic description
2020-09-06 20:09:23 +02:00
Alberto García Hierro
728769b5bd [DOC] Update build instructions for macOS to use cmake 2020-09-06 16:58:25 +01:00
Airwide
517fcd0bf6 added setting to settings.md 2020-09-06 10:11:55 +02:00
Pawel Spychalski (DzikuVx)
edf94ce7e3 Update WSL for cmake 2020-09-05 13:10:35 +02:00
Jonathan Hudson
bbf994991b add "Building in FreeBSD Guide" 2020-09-05 10:52:50 +01:00
Pawel Spychalski (DzikuVx)
cc159269d2 INAV PID Controller basic description 2020-09-04 13:09:42 +02:00
Pawel Spychalski (DzikuVx)
faedca0cc2 VSCode instructions 2020-09-04 11:32:33 +02:00
Jonathan Hudson
f897f60cae rm the obsolete Eclipse document 2020-09-03 18:30:21 +01:00