Paweł Spychalski
e4612d7bf3
Merge pull request #10073 from Scavanger/USB-Rescue
...
Building a USB-Rescue firmware without editing sources
2024-05-31 09:46:48 +02:00
Paweł Spychalski
34baebb55a
Merge pull request #10092 from fschuindt/patch-1
...
Fix OSD mentioned twice on readme.md feature list
2024-05-31 09:46:12 +02:00
Paweł Spychalski
e4674a9981
Merge pull request #10071 from iNavFlight/mmosca-patch-1
...
Add PSA about ICM426xx changes in INAV 7.1
2024-05-31 08:58:33 +02:00
breadoven
2667c03850
update flight modes
2024-05-30 13:03:25 +01:00
Fernando Schuindt
06eb0ef3c0
Fix OSD mentioned twice on README.md feature list
2024-05-29 01:23:33 -03:00
WizzardDr
9be624037c
Skip pollVersion()
and pollGnssCapabilities()
if gps_auto_config = OFF
...
Modified gps_ublox.c to skip `pollVersion()` and `pollGnssCapabilities()` if `gps_auto_config = OFF`. This is to support an RX only UART connection of the GPS module.
2024-05-24 22:13:13 +01:00
Sensei
af5a590d16
Merge pull request #10080 from sensei-hacker/release_7.1.2
...
inav_use_gps_no_baro Settings.md
2024-05-24 13:08:14 -05:00
Ray Morris
4e1e59eb1f
inav_use_gps_no_baro Settings.md
2024-05-24 13:07:07 -05:00
Ray Morris
a974ccc85b
revert buggy inav_use_gps_no_baro to default off
2024-05-24 10:01:08 -05:00
Marcelo Bezerra
2c9f1a0b6f
Merge remote-tracking branch 'origin/master' into mmosca-led-reassignment
2024-05-24 16:50:30 +02:00
Scavanger
39bd781552
USB-Rescue
2024-05-23 10:51:41 -03:00
breadoven
49008f47c9
Merge pull request #10068 from breadoven/abo_blackbox_move_activewp
...
Reorder blackbox fields
2024-05-23 11:19:30 +01:00
HishamGhosheh
e37ed9f270
Add SKIP_RELEASES to JHEF405PRO
2024-05-23 10:27:55 +02:00
Marcelo Bezerra
b7a24063af
Add PSA about ICM426xx changes in INAV 7.1
...
Some users have reported issues with INAV 7.1+ when upgrading from previews versions in aircraft that had this gyro.
Recalibrating the gyro, or redoing the setup in INAV 7.1 seems to have fixed most of them.
2024-05-23 09:43:41 +02:00
HishamGhosheh
b4dfc9302a
Add JHEF405PRO (aka GHF405AIO-HD) support
2024-05-23 01:57:25 +02:00
Darren Lines
946241d995
Made it more boring
2024-05-21 21:41:30 +01:00
breadoven
5a2b1ee9a7
move activewp and rxupdaterate fields
2024-05-21 11:39:23 +01:00
breadoven
9ee93ce2f6
Merge pull request #10041 from breadoven/abo_altitude_baro_fix
...
Nav altitude estimation changes
2024-05-21 10:06:17 +01:00
Paweł Spychalski
4d5207e506
Merge pull request #9905 from iNavFlight/dzikuvx-fixed-wing-pid-dampener
...
I-Term Lock for Fixed Wing
2024-05-20 08:52:41 +02:00
Pawel Spychalski (DzikuVx)
fc9457f470
Docs update
2024-05-19 20:25:52 +02:00
Pawel Spychalski (DzikuVx)
2118cebf25
Iterm Lock configurability
2024-05-19 20:24:41 +02:00
Pawel Spychalski (DzikuVx)
536c5c3958
Make Iterm Lock configurable
2024-05-19 20:24:18 +02:00
Pawel Spychalski (DzikuVx)
756e6790bb
Merge branch 'master' into dzikuvx-fixed-wing-pid-dampener
2024-05-19 19:34:18 +02:00
Marcelo Bezerra
7e0d13cde9
Merge remote-tracking branch 'origin/master' into mmosca-led-reassignment
2024-05-19 17:36:14 +02:00
Paweł Spychalski
2f2330e371
Merge pull request #10054 from iNavFlight/dzikuvx-dji-lq-to-q
...
Use letter `Q` for DJI LinkQuality OSD element
2024-05-19 11:20:11 +02:00
Darren Lines
508b3ddc90
Remove unused define from DJI OSD symbols
...
I searched the code and DJI_SYM_CURSOR isn't used anywhere. The only OSD use of cursor at all is in the CMS, which just uses the '>' character.
So this define can go. After that the dji_osd_symbols.h file is a pure character to variable map.
2024-05-19 09:07:16 +01:00
Darren Lines
dd1c7016d9
Merge pull request #10060 from iNavFlight/MrD_Tidy-up-dji-crosshairs
...
Tidy up DJI crosshairs
2024-05-19 08:56:55 +01:00
Darren Lines
655b325fce
Tidy up DJI crosshairs
...
Re-ordered to keep the same crosshairs together.
2024-05-19 08:33:14 +01:00
Darren Lines
f5b40d31d1
Merge pull request #10056 from dzaro-dev/master
...
Adding Crosshair Styles for DJI OSD
2024-05-19 08:05:27 +01:00
dzaro-dev
135406decf
Update dji_osd_symbols.h as per request
2024-05-19 00:44:12 +01:00
Darren Lines
5e85fe07b1
Allow pilots the option to hide question marks from the OSD.
2024-05-18 20:31:04 +01:00
dzaro-dev
cc4b3db899
Adding Crosshair Styles
2024-05-18 17:02:59 +01:00
dzaro-dev
3615e6fb09
Adding Crosshair Styles
2024-05-18 16:58:22 +01:00
Pawel Spychalski (DzikuVx)
3efb86c848
Do not render DJI logo on OSD when using DJI compat mode
2024-05-18 14:16:29 +02:00
Pawel Spychalski (DzikuVx)
ec7ebd1c4b
Do not render DJI logo on OSD when using DJI Compat modes
2024-05-18 14:15:59 +02:00
Pawel Spychalski (DzikuVx)
a818190ed1
Use letter Q
for DJI LinkQuality OSD element
2024-05-18 13:49:04 +02:00
Paweł Spychalski
ee747d6671
Merge pull request #10046 from iNavFlight/MrD_Change-BF-COMPAT-to-DJI-COMPAT
...
Update the compatibility mode for DJI to use the actual DJI font.
2024-05-17 19:20:59 +02:00
Paweł Spychalski
ec654fbd65
Merge pull request #10045 from Scavanger/Broken-usb-recovery
...
[DOC] Broken USB recovery
2024-05-16 09:08:12 +02:00
Darren Lines
3d9d1f3b91
Update docs
2024-05-16 07:43:56 +01:00
Scavanger
10d7dd58c4
snapp
2024-05-15 22:20:16 -03:00
Darren Lines
283baa7c0a
Initial changes
2024-05-15 20:01:08 +01:00
breadoven
c0e120a671
Merge pull request #10042 from breadoven/abo_trackback_logic_fix
...
RTH trackback code cleanup
2024-05-15 20:00:57 +01:00
breadoven
9c64e9b65d
baro altitude estimation fix
2024-05-15 11:44:47 +01:00
breadoven
c9779c2dee
rth trackback tweaks
2024-05-14 11:42:13 +01:00
Paweł Spychalski
b96c3d4c1f
Merge pull request #10023 from rmaia3d/pr/bfcompat_at_pit_rol
...
BFCOMPAT: Add auto-throttle label and BF font symbols for pitch and roll
2024-05-14 10:00:17 +02:00
Julio Cesar
6aeb5c3e7c
Make the 'declination.py' file generate Declination, Inclination and Intensity.
2024-05-13 21:58:30 -03:00
breadoven
baf2014bfe
Merge pull request #10028 from breadoven/abo_711_merge_errors_fix
...
7.1.1. merge error trackback fix
2024-05-13 20:04:11 +01:00
breadoven
6f4ff6b4de
Fix trackback error
2024-05-13 17:32:14 +01:00
Julio Cesar Matias
927a14b949
Merge branch 'iNavFlight:master' into master
2024-05-12 23:20:53 -03:00
Marcelo Bezerra
1dd0d873da
Prefer default LED pin
...
This changes led hardware setup to prefer original led pin, but fall
back to reassigned LED pin if that was changed to something else.
2024-05-13 01:11:48 +02:00