1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 00:35:34 +03:00
Commit graph

11924 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
cade2bd41d Bump version to 4.0 2021-09-15 18:16:44 +02:00
OptimusTi
2ab0cc4335 Remove braces
Remove unneeded braces
2021-09-15 11:08:53 -04:00
Darren Lines
e5fae6cf07
Update osd.c
Added the full stop back in, as it is now building ok.
2021-09-15 09:33:48 +01:00
Darren Lines
8dd8a477bf Updated for Pawel's request
Made function static.

Hope to test in flight today.
2021-09-15 09:31:05 +01:00
Paweł Spychalski
a6c83b1082
Merge pull request #7443 from iNavFlight/dzikuvx-discord-readme
Add Discord to README
2021-09-15 07:51:22 +02:00
Paweł Spychalski
d5988f9d69
Merge pull request #7371 from MrD-RC/add-battery-icon-to-battery-percentage
Add battery symbol in front of battery percentage
2021-09-15 07:49:52 +02:00
Paweł Spychalski
1df7d71f39
Merge pull request #7439 from JulioCesarMatias/Cli_ModeUint8_t_To_Bool
[fc/cli.c/cli.h] Uint8_t to Bool
2021-09-15 07:43:39 +02:00
Paweł Spychalski
c08e3c3e55
Merge pull request #7442 from breadoven/abo_launch_throttle_constraint
Constrain FW launch throttle within global max limit
2021-09-15 07:36:58 +02:00
Paweł Spychalski
950c8961f9
Merge pull request #7440 from iNavFlight/dzikuvx-more-bb-switches
Allow to disable RC DATA, RC COMMAND and MOTORS from BB log
2021-09-15 07:35:42 +02:00
Pawel Spychalski (DzikuVx)
e618e5632d Add Discord to README 2021-09-15 07:34:26 +02:00
OptimusTi
7f18cd459a Update crsf.c
Remove extra braces
2021-09-14 19:25:25 -04:00
breadoven
6b73eefa81 Update navigation_fw_launch.c 2021-09-14 23:09:36 +01:00
OptimusTi
6ba2c9c0e3 Added missing break and spacing 2021-09-14 13:04:39 -04:00
Pawel Spychalski (DzikuVx)
cf36ec2bd6 Fix motors and RC_COMMAND conditions 2021-09-14 18:56:54 +02:00
Paweł Spychalski
85941fff65
Merge pull request #7376 from breadoven/abo_failsafe_emergency_landing
Failsafe Emergency Landing change
2021-09-14 17:39:42 +02:00
breadoven
c81cf30d94
Merge branch 'master' into abo_failsafe_emergency_landing 2021-09-14 15:32:03 +01:00
OptimusTi
4a7751b517 Update osd.c
This update initializes and sets LQ to zero when there's no RX link. Fixes issue were LQ data stops updating values and stats.
2021-09-14 10:07:05 -04:00
OptimusTi
bfd03e9e07 Update crsf.c
This update initializes and sets RSSI % to zero when there's no RX link
2021-09-14 10:05:16 -04:00
Paweł Spychalski
e5f8fc30ad
Merge pull request #7355 from MrD-RC/add-icon-for-VTx-power
Add icon to VTx power OSD element
2021-09-14 14:49:39 +02:00
JuliooCesarMDM
748705209f [fc/cli.c/cli.h] Uint8_t to Bool 2021-09-14 00:42:27 -03:00
Paweł Spychalski
4e5156af5a
Merge pull request #7419 from MATEKSYS/master
add icm42605 in MatekH743 as substitution for icm20602
2021-09-13 10:28:58 +02:00
Darren Lines
4ef43e1125
Update Profiles.md
This document was out of date. `rateprofile` does not even exist anymore. I have updated with the current profile usage an dump.
2021-09-09 15:34:26 +01:00
Darren Lines
b479bdab9e
Update Inflight Adjustments.md
- Removed profile selection stuff, as that didn't work anyway, and should now be done in programming
- Updated the doc, as it was massively out of date. The adjustment functions table was incorrect for 3.0.
2021-09-09 12:48:01 +01:00
Darren Lines
1f5a966f1b
Update Programming Framework.md
Added details for profiles.
2021-09-09 12:28:01 +01:00
Darren Lines
1aec34b823
Update osd.c
Removed full stop to force re-test.
2021-09-09 10:46:21 +01:00
Darren Lines
51d5df1690 Added PID Profiles to Programming framework
## Added PID Profiles to Programming framework
This allows setting the profile and getting the active profile in the programming framework.
2021-09-09 10:24:57 +01:00
Darren Lines
4de6091ccb Renamed function
This function really isn't formatting, so renamed it to something more fitting.
2021-09-08 16:22:45 +01:00
Darren Lines
ccb0d57a11 Initial coding
Should work, not tested in the field. OSD stats part lines up fine.
2021-09-08 16:08:47 +01:00
Darren Lines
79a89eb6df
Merge branch 'iNavFlight:master' into add-icon-for-VTx-power 2021-09-08 13:16:44 +01:00
breadoven
6c5bfa3a40 Merge remote-tracking branch 'upstream/master' into abo_emerg_landing_revamp 2021-09-08 13:00:08 +01:00
breadoven
747980c869 Update navigation.c 2021-09-08 12:42:08 +01:00
Paweł Spychalski
05629c8669
Merge pull request #7367 from MrD-RC/top-speed-reading-in-OSD
Top speed reading in OSD
2021-09-08 09:38:22 +02:00
Paweł Spychalski
35d28c6af0
Merge pull request #7391 from iNavFlight/dzikuvx-cd-improvements
Control Derivative improvements
2021-09-08 09:36:32 +02:00
Paweł Spychalski
94ef3f0433
Merge pull request #7427 from breadoven/abo_osd_nav_msg_cleanup
OSD system messages clean up
2021-09-08 09:35:48 +02:00
Paweł Spychalski
f9ed23459c
Merge pull request #7421 from breadoven/abo_emerg_landing_fixes
Emergency Landing Fix
2021-09-08 09:35:30 +02:00
breadoven
8af6795254 Update osd.c 2021-09-07 15:16:52 +01:00
Pawel Spychalski (DzikuVx)
64dd070193 Option to remove rccommand rcdata and motors from BB log 2021-09-07 14:15:37 +02:00
breadoven
64e6b99733 Update osd.c 2021-09-07 12:36:53 +01:00
breadoven
13aec44f92 Update navigation.c 2021-09-05 12:12:19 +01:00
mateksys
42a1e7a52d modify Settings.md 2021-09-04 22:37:30 +08:00
mateksys
8e0c57850d add icm42605 in MatekH743 as substitution for icm20602 2021-09-04 22:25:27 +08:00
Alexander van Saase
37ac80f989
Merge pull request #7392 from iNavFlight/avs-ahrs-defaults
Decrease acc and mag P-gains in AHRS
2021-08-31 21:41:11 +02:00
Paweł Spychalski
15333834e5
Merge pull request #7393 from iNavFlight/dzikuvx-drop-ppm-rx
Drop PPM receivers
2021-08-31 21:34:45 +02:00
Paweł Spychalski
d694de89cb
Merge pull request #7410 from giacomo892/fixF722v2_giacomo892
Fix FoxeerF722V2 motor outputs
2021-08-31 21:33:49 +02:00
giacomo892
942c8f5df5 Fix FoxeerF722V2 motor outputs 2021-08-31 14:54:23 +02:00
Alexander van Saase
108f137602
Merge pull request #7397 from iNavFlight/avs-crsf-50mw-osd
Add 50mW CRSF tx power level
2021-08-30 23:34:29 +02:00
breadoven
f89d1935ec Fix SET-THR references 2021-08-29 09:22:49 +01:00
breadoven
20c21d9fe2 Update Failsafe.md 2021-08-29 08:46:00 +01:00
Paweł Spychalski
1b25c866f6
Merge pull request #7394 from iNavFlight/dzikuvx-jeti-trip-distance
Add trip distance to JETI telemetry
2021-08-29 09:45:19 +02:00
breadoven
57852f8a31 Update Failsafe.md 2021-08-28 23:03:02 +01:00