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

14928 commits

Author SHA1 Message Date
Darren Lines
b35cb0eefb Missed #if defined(USE_ESC_SENSOR) 2024-01-13 09:21:14 +00:00
Darren Lines
ea17875244 Set back to ld. Builds without issues on my system 2024-01-13 09:21:14 +00:00
Darren Lines
ed26058c2c Fix issues on GitHib compilers 2024-01-13 09:21:13 +00:00
Darren Lines
46512f436a Updates
- Updated OSD.md.
- Added setting for also displaying metric efficiency.
- Removed setting for `osd_stats_min_voltage_unit` as both are now shown.
- Added reset methods for stats not held in the OSD.
- Fixed issue where all stats would not reset on arm. Battery used maintains pack usage, as well as flight usage.
- Added missing FEATURE(GPS) on distance from home and speed (analogue).
- OSD stats only update while armed.
2024-01-13 09:21:13 +00:00
Darren Lines
1efec56b8e Update osd.c 2024-01-13 09:21:12 +00:00
Darren Lines
1753ed1383 Added blackbox to multipage stats 2024-01-13 09:21:11 +00:00
Darren Lines
2632abbbd2 Added Blackbox stuff
- Added blackbox file number to stats title (HD)
- Added blackbox OSD element
2024-01-13 09:21:11 +00:00
Darren Lines
d22c039f92 Some re-arrangement for HD
not tested
2024-01-13 09:21:10 +00:00
Darren Lines
952c8338c7 Centred the settings saved message 2024-01-13 09:21:10 +00:00
Darren Lines
b1cbfaa838 Added ESC temperature stat 2024-01-13 09:21:09 +00:00
Darren Lines
88d4359a17 Reorganise stats screen
The stats screen was changed to fit all the data on a single HD page. This was great, but the ordering, due to being the same as the SD layout, didn't really make sense. For example, Disarmed by was positioned somewhere in the middle of the stats. This PR reorders the stats. They should make more sense on both SD and HD now.

- Increased min voltage start value. This will be good up to 26S now. Yes, I know someone who is looking at a build with that much voltage.
- Added stats for min/max sats
- Separated out the stats draw for each type of stat in to its own function. This makes the displaying simpler. Plus it will be ready for customisable stats screen if someone does that.
- There is room for 3 more stats on WTF and 5 on analogue.
2024-01-13 09:21:08 +00:00
Martin Luessi
41e5b172d3 USB MSC: Fix SCIS mode sense write protection bit (#9572) 2024-01-13 09:19:22 +00:00
shota
dc7147d1a8 logic condition RCcommand overide also works for angle mode 2024-01-13 09:19:22 +00:00
shota
b9017cadcd parameter rename 2024-01-13 09:19:22 +00:00
shota
4e47e14fea update docs 2024-01-13 09:19:21 +00:00
shota
7b8dd3db2a bug fixes 2024-01-13 09:19:20 +00:00
shota
aee7c4e449 moved tailsitter platform type to tailsitter_board_orientation 2024-01-13 09:19:20 +00:00
shota
b55164f6a5 add compass changing aliment 2024-01-13 09:19:19 +00:00
shota
2162b649bf update tailsitter documents 2024-01-13 09:19:19 +00:00
shota
40986f0099 tailsitter support 2024-01-13 09:19:18 +00:00
shota
c0842a284a initial cut on tail sitter support 2024-01-13 09:19:17 +00:00
shota
7caf60c91f trial 2024-01-13 09:18:01 +00:00
druckgott
afc87d24a3 add some icons for O3 with integra for ESP32 Radar instead of ?
Add some icons for ESP32Radar instead of have ?.

Update displayport_msp_bf_compat.c

fix some ;
2024-01-13 09:17:00 +00:00
Paweł Spychalski
93b6b10da0
Merge pull request #9622 from sys512/patch-1
Update GPS_fix_estimation.md
2024-01-10 10:35:48 +01:00
sys512
09f6a0c697
Update GPS_fix_estimation.md
Fix spelling mistakes
2024-01-09 06:59:17 +02:00
Paweł Spychalski
a90203cac9
Merge pull request #9411 from sdellava/master
Added Compass Calibration programmable operation
2023-12-31 12:01:23 +01:00
Stefano Della Valle
740c7e06c1
Update logic_condition.h 2023-12-30 17:34:47 +01:00
Paweł Spychalski
af0b3f42c0
Merge pull request #9424 from shota3527/sh_vtol_nav
Separate the nav climb rate settings for fw and mc
2023-12-28 12:21:30 +01:00
Pawel Spychalski (DzikuVx)
859911599f Merge remote-tracking branch 'origin/master' into sh_vtol_nav 2023-12-28 12:07:58 +01:00
Paweł Spychalski
7f3b6a76ef
Merge pull request #9578 from flightng/fix_at32_adc_current
optimize at32 adc sample time make the current meter accure
2023-12-26 12:39:18 +01:00
Paweł Spychalski
51efadff24
Merge pull request #9597 from iNavFlight/dzikuvx-increase-cruise-yaw-default
increase default nav_cruise_yaw_rate to 60 deg/s
2023-12-26 12:35:33 +01:00
Paweł Spychalski
3802269ce5
Merge pull request #9429 from JulioCesarMatias/TrackBackToHeader
[RTH TrackBack] Create .c and .h files for this feature
2023-12-26 12:35:16 +01:00
Pawel Spychalski (DzikuVx)
f6acb7a7a2 Docs update 2023-12-26 12:02:24 +01:00
Paweł Spychalski
318d298337
Merge branch 'master' into TrackBackToHeader 2023-12-26 11:55:44 +01:00
Paweł Spychalski
38f5d4c451
Merge pull request #9570 from RomanLut/submit-fix-fake-airspeed-sitl
SITL: allow simulating airspeed sensor in SITL with HITL plugin
2023-12-26 11:53:45 +01:00
Pawel Spychalski (DzikuVx)
a54da6a370 increase default nav_cruise_yaw_rate to 60 deg/s 2023-12-26 11:52:18 +01:00
Paweł Spychalski
f2cefe6a37
Merge pull request #9568 from JulioCesarMatias/FixDefaultParamName
Correct wrong writing
2023-12-26 11:50:56 +01:00
Marcelo Bezerra
ff889b7587
Merge pull request #9577 from iNavFlight/mmosca-speedybeef405v3
Update SPEEDYBEEF405V3.md
2023-12-25 01:24:23 +01:00
Jonathan Hudson
03eabf630a
update toolchain to gcc13.2 (#9579)
add "-Wl,--no-warn-rwx-segments" for ATF4
2023-12-21 10:41:35 +00:00
EMSR
738ebb4fc9 make at32 adc more accure 2023-12-19 12:57:10 +08:00
Marcelo Bezerra
69ba0da0eb
Update SPEEDYBEEF405V3.md
Remove warning for DSHOT
2023-12-18 17:40:44 +01:00
Stefano Della Valle
6a082ac1e0
Merge branch 'master' into master 2023-12-16 13:45:01 +01:00
Roman Lut
6a58f69b6b allow simulating airspeed sensor in SITL with HITL plugin 2023-12-15 16:49:05 +01:00
Julio Cesar
672aa01f60 fix telemetry name 2023-12-14 22:55:09 -03:00
Julio Cesar
5d4cb57b13 fix default param name 2023-12-14 22:38:59 -03:00
breadoven
ec6ea4535c
Merge pull request #9551 from breadoven/abo_improve_wpmode_inhibit_control
WP mission mode RTH and Manual mode lockout improvements
2023-12-11 09:49:19 +00:00
Paweł Spychalski
48584fcbd8
Merge pull request #9543 from iNavFlight/dzikuvx-inav-8-version-bump
INAV 8 version bump
2023-12-09 13:57:48 +01:00
Paweł Spychalski
f4f0b9d365
Merge pull request #9542 from iNavFlight/dzikuvx-skip-release-for-f411
Skip release for all F411 boards
2023-12-08 22:08:05 +01:00
Paweł Spychalski
deb7992000
Merge branch 'master' into dzikuvx-inav-8-version-bump 2023-12-08 22:07:41 +01:00
Paweł Spychalski
7514e922d4
Merge pull request #9550 from iNavFlight/dzikuvx-7.1-mergeback-1
Dzikuvx 7.1 mergeback 1
2023-12-08 22:07:04 +01:00