1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 17:55:28 +03:00
Commit graph

13445 commits

Author SHA1 Message Date
Marcelo Bezerra
480ce67c9a I forgot to commit this change 2022-12-14 01:30:04 +01:00
Marcelo Bezerra
9d9a88b520 Missed one if in style changes 2022-12-14 01:16:22 +01:00
Marcelo Bezerra
4fb086b81b Try to match coding style 2022-12-14 01:13:12 +01:00
Marcelo Bezerra
a2c587fbbb
Add remarks about DJI Canvas mode not being Canvas Mode 2022-12-13 13:32:14 +01:00
Marcelo Bezerra
afe3f0b352
Add some more documentation and FAQ. 2022-12-13 13:05:20 +01:00
Marcelo Bezerra
e5068c3423
Update Settings.md 2022-12-13 10:35:51 +01:00
Marcelo Bezerra
32f3c95862
Remove trailing . when there are not decimals. 2022-12-13 00:45:04 +01:00
Marcelo Bezerra
51c3b85b29
Attempt at fixing coalesced decimal points. 2022-12-13 00:26:33 +01:00
Marcelo Bezerra
fcc605cef9
Reorder functions so we can use heartbeat in grab. 2022-12-12 20:33:38 +01:00
Marcelo Bezerra
b412230f7f
Add heartbeat and release calls
This should hopefully wake up O3 and trigger the displayport OSD
2022-12-12 20:25:27 +01:00
Marcelo Bezerra
24d41cb761
add alternative crosshairs 2022-12-12 19:36:45 +01:00
Marcelo Bezerra
9ea8f04ea3
Map crosshair 2022-12-12 19:08:27 +01:00
Marcelo Bezerra
dce3c7e5ad
Fix artificial horizon 2022-12-12 18:54:42 +01:00
Marcelo Bezerra
e583a08e9d
Add BF Compatible OSD to settings and initialize screen size to PAL/AUTO 2022-12-12 17:55:09 +01:00
Marcelo Bezerra
9cca30729f
Merge branch 'iNavFlight:master' into strobeblink-refactor 2022-12-12 15:59:12 +01:00
Marcelo Bezerra
32482ad151
Merge branch 'iNavFlight:master' into bf_osd_compat 2022-12-12 15:58:44 +01:00
Marcelo Bezerra
fd329821c8 Initial exploration of a BF4.3 compatible OSD
Any symbols not directly mapped to BF will be replaced with '?'

The idea is to highlight the fact that some implementations are incomplete
and do not support custom fonts or multi page charsets.

The ideas is that whatever is shown, it will be obvious what the gaps are.
2022-12-12 15:22:39 +01:00
Paweł Spychalski
9de79f43ac
Merge pull request #8628 from iNavFlight/dzikuvx-kakute-h7v2-PINIO2-invert
Kakute H7 V2 Invert PINIO2 so VTX is ON by default
2022-12-12 12:29:50 +01:00
Darren Lines
7577918b70
Merge pull request #8611 from iNavFlight/MrD_Stop-nav-modes-being-enabled-when-arming
Stop allowing navigation modes to be active while arming.
2022-12-12 11:19:00 +00:00
Paweł Spychalski
754ab243e8
Merge pull request #8610 from iNavFlight/DzikuVx-patch-1
Update target.h for AtomRC F405 NAVI
2022-12-12 09:13:08 +01:00
Pawel Spychalski (DzikuVx)
276d9612f3 Invert PINIO2 so VTX is ON by default 2022-12-12 09:08:42 +01:00
breadoven
10b85b8df7 Update osd.c 2022-12-11 22:16:42 +00:00
Darren Lines
374a8f8ce8 Check the bit correctly 2022-12-11 21:34:42 +00:00
Darren Lines
8f4fc0754b Update for when User action is triggered 2022-12-11 21:18:51 +00:00
breadoven
a8af467665 Update osd.c 2022-12-10 23:51:50 +00:00
Roman Lut
6e1a6e8ece changed WP mode priority in crsf telemetry
removed redundant ARMED flag check
2022-12-10 22:05:12 +02:00
Marcelo Bezerra
3c2e17c078
Merge branch 'iNavFlight:master' into strobeblink-refactor 2022-12-10 01:01:00 +01:00
Darren Lines
6ad39924ff Avatar updates and some changes to match API more
- Brought in line with the MSP DisplayPort API (blink support, heartbeat, and use attribute rather than plain Boolean on `MSP_DP_WRITE_STRING`)
- Changed Avatar dimensions to 53 x 20
- Changed refresh timer to use modulo for full refresh, as more efficient
2022-12-09 21:20:29 +00:00
breadoven
fd682f4362
Merge pull request #8620 from breadoven/abo_fw_wp_accuracy_fix
Waypoint accuracy tweak
2022-12-09 19:43:21 +00:00
breadoven
eb4d99388d Update navigation.c 2022-12-08 23:34:17 +00:00
Marcelo Bezerra
7e7ab6d472
Merge branch 'iNavFlight:master' into strobeblink-refactor 2022-12-09 00:04:48 +01:00
breadoven
7b53373921
Merge pull request #8601 from breadoven/abo_throttle_low_cleanup
Throttle low clean up
2022-12-08 14:34:11 +00:00
breadoven
987fa6d3bb
Merge pull request #8604 from breadoven/abo_osd_add_groundcourse_crosstrackerr
OSD Ground Course and Cross Track Error
2022-12-08 14:32:35 +00:00
breadoven
08116e7f43 Update cms_menu_osd.c 2022-12-08 12:16:54 +00:00
breadoven
67fec7260b Update navigation_fixedwing.c 2022-12-08 10:51:15 +00:00
Darren Lines
d3fa568e9f Use full and intermediate updates
Every interval (10 seconds by default), send a full frame. For evert 5th of that interval (2 seconds by default), only send characters which are not blank or were updated on the last loop.
2022-12-07 22:30:18 +00:00
breadoven
91b4e6eda6
Merge pull request #8590 from breadoven/abo_fw_altitude_control_fix
Fixed wing Nav altitude control fix
2022-12-07 21:25:34 +00:00
Marcelo Bezerra
4d5c53fc01
Merge branch 'iNavFlight:master' into strobeblink-refactor 2022-12-07 02:23:25 +01:00
breadoven
f3ced380ea Update navigation.c 2022-12-06 22:40:18 +00:00
Darren Lines
f8cd6c4e30
Merge pull request #8585 from iNavFlight/MrD_Change-logo-size-for-future-enhancements
Change logo size for future enhancements
2022-12-06 21:01:41 +00:00
Paweł Spychalski
6fa38f2604
Merge pull request #8543 from iNavFlight/dzikuvx-foxeer-f745-aio-v3
Foxeer F745AIO V3
2022-12-06 14:06:34 +01:00
Darren Lines
ce517aff44 Update navigation.c
Remove special case for allowing nav modes while arming, if autolaunch is permanently enabled. This is a dangerous practice. Using the correct sequence, this will not stop people from using a navigation mode on launch exit.
2022-12-06 12:50:58 +00:00
Marcelo Bezerra
1288d56fc3
Merge branch 'iNavFlight:master' into strobeblink-refactor 2022-12-06 10:42:47 +01:00
Paweł Spychalski
35e72f637a
Update target.h 2022-12-06 10:20:25 +01:00
Paweł Spychalski
d6ffb4ea51
Merge pull request #8549 from ricardodeazambuja/new_debug_mode_pos_est
New debug_mode POS_EST that is useful for autonomous flight
2022-12-06 10:06:52 +01:00
Pawel Spychalski (DzikuVx)
13bfcfaf05 Merge branch 'master' into dzikuvx-foxeer-f745-aio-v3 2022-12-06 09:34:40 +01:00
Paweł Spychalski
557eb9e79b
Merge pull request #8510 from dlt2018/aocodarcf7dual
Update target AOCODARCF7DUAL and remove MPU6500
2022-12-06 09:27:15 +01:00
Darren Lines
e6e08ddd2f Update displayport_msp_osd.c
Only send characters that aren't blank on the PFrame, or characters that have just turned blank.
2022-12-05 18:56:21 +00:00
Darren Lines
602fa07eff Update displayport_msp_osd.c
Match the define names to the MSP DisplayPort API.
2022-12-05 18:36:58 +00:00
breadoven
d1351bea69 change osd symbol 2022-12-05 10:24:46 +00:00