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

16014 commits

Author SHA1 Message Date
Darren Lines
a35807b5c9 Merge branch 'master' into MrD_HD-Arm-Screen 2023-09-23 13:30:41 +01:00
Marcelo Bezerra
28751c2ddb
Fix target build 2023-09-23 12:39:26 +02:00
Marcelo Bezerra
66bf932e58
Fix includes 2023-09-23 12:30:25 +02:00
Marcelo Bezerra
f65a82a1fb
More bulk compatibility changes
I will need help reviewing/testing these :)
2023-09-23 12:14:49 +02:00
Marcelo Bezerra
898e95fb9a
Update timer overrides default value
This should improve INAV 6.x and older compatibility for fixed wing
builds.
2023-09-23 11:17:53 +02:00
Marcelo Bezerra
f8a0cf6533
Sample work around for targets with quad centric timer allocationsw 2023-09-23 11:02:46 +02:00
Marcelo Bezerra
4219b5e1e5
Add missing _ 2023-09-23 01:18:08 +02:00
Marcelo Bezerra
ab380053b2
add missing comma 2023-09-23 01:00:29 +02:00
Marcelo Bezerra
d4d718ac56
Merge remote-tracking branch 'origin/master' into mmosca-pwm-target-updates 2023-09-23 00:44:13 +02:00
breadoven
32fcb13823 Revert "remove attimode, add acro stabilise"
This reverts commit 6f2c501431.
2023-09-22 21:30:27 +01:00
shota
e4984a5292 minor fix 2023-09-23 01:27:07 +09:00
shota
2b75da5a44 Merge remote-tracking branch 'origin/master' into sh_mixer_profile 2023-09-23 01:14:28 +09:00
Marcelo Bezerra
03734bc9ed
Merge pull request #9288 from iNavFlight/mmosca-smarter-pwm-assignment
Further simplify timer usage flags.
2023-09-22 14:24:40 +01:00
Marcelo Bezerra
b0e39ae00b
Merge branch 'master' into mmosca-smarter-pwm-assignment 2023-09-21 08:29:10 +01:00
shota
24ffa37b3a minor fix 2023-09-20 20:03:00 +09:00
Paweł Spychalski
ba999d9fcd
Merge pull request #9298 from sensei-hacker/docs_ipf_clarify
docs/ipf: Fix typos and clarify wording
2023-09-20 09:32:42 +02:00
breadoven
79585dc611 Merge remote-tracking branch 'upstream/master' into abo_acro_attitude_hold 2023-09-19 22:21:15 +01:00
breadoven
6f2c501431 remove attimode, add acro stabilise 2023-09-19 22:21:10 +01:00
Pawel Spychalski (DzikuVx)
e772d085cd Add EZ Tune MSP frames 2023-09-19 21:14:38 +02:00
Pawel Spychalski (DzikuVx)
0d3216ef07 Set EZ Tune on profile change 2023-09-19 20:55:00 +02:00
Pawel Spychalski (DzikuVx)
f1e491385a Merge branch 'master' into dzikuvx-ez-tune 2023-09-19 20:46:56 +02:00
shota
49e69f0aaa revert changes of pid controller 2023-09-20 01:13:58 +09:00
shota
59e421fba2 Merge branch 'master' into sh_mixer_profile 2023-09-20 00:45:53 +09:00
Pawel Spychalski (DzikuVx)
4448318f53 Docs update 2023-09-19 14:06:52 +02:00
Pawel Spychalski (DzikuVx)
c6755f2ff4 Drop support for NMEA GPS devices 2023-09-19 14:06:06 +02:00
breadoven
b03fd17529
Merge pull request #9287 from breadoven/abo_throttle_set_refactor
Throttle related refactor/clean up
2023-09-19 11:47:34 +01:00
Paweł Spychalski
ef19e338c2
Merge pull request #9300 from iNavFlight/dzikuvx-drop-output_mode
Drop output_mode setting
2023-09-19 10:53:40 +02:00
breadoven
8b21195d83
Merge branch 'master' into abo_throttle_set_refactor 2023-09-18 20:34:50 +01:00
Paweł Spychalski
f3bd99bac8
Merge pull request #9284 from dlt2018/add-target-aocodarcf4v2
Add DPS310
2023-09-18 18:30:16 +02:00
Paweł Spychalski
e0dc2d521b
Merge pull request #9299 from iNavFlight/MrD_Use-virtual-pitot-by-default
Enable the virtual pitot by default
2023-09-18 18:27:50 +02:00
Pawel Spychalski (DzikuVx)
4db0d60d90 Docs update 2023-09-18 17:52:14 +02:00
Pawel Spychalski (DzikuVx)
2c0e468ba4 Drop output_mode setting 2023-09-18 17:51:07 +02:00
Darren Lines
073ea3b3ee More tabs to spaces 2023-09-18 13:10:45 +01:00
Darren Lines
679ec8faee More tabs to spaces
Damn, I hate spaces. Tabs for alignment makes so much more sense :(
2023-09-18 08:44:23 +01:00
Darren Lines
d92538de21 Converted tabs to 4 spaces 2023-09-18 08:35:29 +01:00
Darren Lines
83844e996f Enable the virtual pitot by default 2023-09-18 08:00:12 +01:00
Ray Morris
0ab67ab9ea docs/ipf: Fix typos and clarify wording 2023-09-17 11:32:44 -05:00
Darren Lines
09c0f302f9 Tidying up
- Removed unneeded code after testing new date time format on HD arm screen. I needed to use actual aircraft as HITL doesn't support date/time over GPS.
- Updated date time format on SD arm screen
- Remove extra row if safehomes is not used
- Switched around format of safehome display for readability
- Arm screens will show stats if there is enough space to neatly do so
- Single row for long lat on SD, as there is plenty of space
- Tidied up all the `y + x` instances on SD arm screen, and made the variable name more explicit
2023-09-17 09:06:44 +01:00
Darren Lines
abca7e21e3
Merge pull request #9295 from iNavFlight/MrD_Updates-to-vscode-settings-and-ignores 2023-09-16 22:46:51 +01:00
Darren Lines
1d5cbb9643
Update settings.json
Use spaces not tabs
2023-09-16 16:30:58 +01:00
Darren Lines
03342b1091 Ignore tasks.json and use fabs
Added ignore flags for
- .vscode\tasks.json
- .vscode\c_cpp_properties.json

Changed settings.json to use tabs, not spaces for C file types.
2023-09-16 14:37:36 +01:00
Darren Lines
11029ba947 Update
Changes to HD arming screen
- Explicitly select safehome row
- temporarily removed stats due to space
- combined craft name and armed to a single row.
- put lon and lat on single row.
- changed time format (need to test), as tenths of seconds is a bit pointless. date would be more useful.
2023-09-16 09:06:52 +01:00
Darren Lines
8feb087730 Updates (not tested)
- Added the ability to specify the gap between the logos
- Matched arm screen and boot screen logo displays
2023-09-15 08:06:02 +01:00
breadoven
8505d88ed6 Fix flight mode beeper 2023-09-14 23:40:17 +01:00
breadoven
221d8fe3ad fixes + telemetry 2023-09-14 15:20:43 +01:00
breadoven
0f7ecda8b7 fixes 2023-09-14 10:27:41 +01:00
breadoven
53121a6d51 fixes 2023-09-14 10:14:59 +01:00
breadoven
bba9efa98c first build 2023-09-13 21:48:35 +01:00
Marcelo Bezerra
c703129fa8
remove targets added by accident. 2023-09-12 23:57:02 +02:00
Darren Lines
c26a583fa0 Update
Unfortunately the large pilot logo can't be available on SD. There seems to be an issue with the storage on the MAX7456 chip. The last 33 characters of page 2 seem to corrupt on power loss. After uploading the font, all looks fine. After a reboot, the logo looks fine. But after a power cycle, the last 33 characters are corrupted.

Changes:
- cms.h now back to tabs
- moved logo and stats drawing to own functions, to save repetition.
- Made large pilot logo HD only
- Disabled large pilot logo support with BFCOMPAT mode.
- Stats and logos will self centre, no matter the column width.
- All arm screen times will be increased by 3 seconds with a safehome failure message.
2023-09-12 22:55:52 +01:00