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

13427 commits

Author SHA1 Message Date
Paweł Spychalski
3fbaf3a934
Merge pull request #8680 from nmaggioni/nmaggioni_rush_blade_f7_refresh
Update RUSH_BLADE_F7 and add RUSH_BLADE_F7_HD targets
2023-01-13 08:16:55 +01:00
Paweł Spychalski
f8ca791e87
Merge pull request #8652 from RomanLut/submit-throttle-value-in-telemetry
send value throttle in telemetry exactly as shown on osd
2023-01-13 08:16:12 +01:00
Paweł Spychalski
8a537de685
Merge pull request #8689 from iNavFlight/MrD_CLI-updates
Updates to CLI Outputs
2023-01-13 08:14:36 +01:00
Paweł Spychalski
d296663e58
Merge pull request #8690 from sakisdog/rename_functions
Rename functions to avoid confusion why it does not write eeprom
2023-01-13 08:13:02 +01:00
breadoven
5dbe89f224
Merge pull request #8697 from breadoven/abo_trackback_fix
RTH Trackback fix
2023-01-12 21:17:48 +00:00
breadoven
9cacbb2a75 Update navigation.c 2023-01-12 20:25:14 +00:00
Marcelo Bezerra
918f8d3ddc
Merge branch 'iNavFlight:master' into strobeblink-refactor 2023-01-10 18:41:09 +01:00
breadoven
a0c59a8611
Merge pull request #8693 from breadoven/abo_altitude_debug_fix
DEBUG_ALTITUDE fix
2023-01-10 10:44:18 +00:00
Marcelo Bezerra
b456fcef4f
Merge branch 'iNavFlight:master' into strobeblink-refactor 2023-01-10 10:55:50 +01:00
Darren Lines
ecad40996d
Removed unnecessary floor() calls 2023-01-09 22:26:57 +00:00
breadoven
03e2de15d3 Update navigation_pos_estimator.c 2023-01-09 21:59:21 +00:00
Darren Lines
e53709a4e3 Removed un-needed include
Was using GVars for debug. Not needed now.
2023-01-09 20:14:05 +00:00
Paweł Spychalski
ae8ad69f4e
Merge pull request #8688 from breadoven/abo_baro_filter_fix
Unused Baro filter fix
2023-01-08 17:42:24 +01:00
sakisdog
ae0ad155a1 Rename functions to avoid confusion why it does not write eeprom 2023-01-08 18:21:11 +02:00
Darren Lines
aaefdc94f7 Updates to CLI Outputs
- Added OSD mode and resolution to `status`
- Updated hash labels on diff/dump to be more comparable to configurator. For example `# aux` now reads '# Modes [aux]'.
2023-01-08 13:31:35 +00:00
breadoven
c3f1dc8b85 Update navigation_pos_estimator.c 2023-01-08 13:26:08 +00:00
Darren Lines
9aa6e2fb82 Changes after testing and docs update 2023-01-05 22:20:05 +00:00
Niccolò Maggioni
deb41754b4
Remove EXTI and reinstate MS5611 2023-01-04 14:10:22 +01:00
Paweł Spychalski
0c2b899932
Merge pull request #8679 from nmaggioni/nmaggioni_fix_docker_user
Fix Docker build UID/GID mapping
2023-01-04 13:29:21 +01:00
Niccolò Maggioni
631ecc5d59
Update RUSH_BLADE_F7 and add RUSH_BLADE_F7_HD targets 2023-01-04 13:08:09 +01:00
Niccolò Maggioni
25b676319f
Update base image to latest Ubuntu LTS 2023-01-04 12:57:48 +01:00
Niccolò Maggioni
d99e260c4e
Avoid GID clash in Dockerfile 2023-01-04 12:56:18 +01:00
Paweł Spychalski
5d4ef397ea
Merge pull request #8671 from OptimusTi/Adds-Version-to-Status
Add version info to cliStatus
2023-01-04 10:19:31 +01:00
Paweł Spychalski
388c8396cf
Merge pull request #8676 from RomanLut/submit-programming-rc-channels-constant
use MAX_SUPPORTED_RC_CHANNEL_COUNT instead of hardcoded 16
2023-01-04 10:18:38 +01:00
Roman Lut
59a19ec299 use MAX_SUPPORTED_RC_CHANNEL_COUNT instead of hardcoded 16 2023-01-04 01:04:26 +02:00
breadoven
a695edb475
Merge pull request #8659 from breadoven/abo_emerg_arming_change
Emergency arming simplification
2023-01-03 21:55:58 +00:00
Darren Lines
ba8da95562 Merge branch 'master' into MrD_Enhance-programming-options-for-waypoint-missions 2023-01-03 12:49:52 +00:00
OptimusTi
e084ef42d1 Add version info to cliStatus
This helps id the version in one go.
2023-01-02 11:51:25 -05:00
breadoven
ee51569bad
Merge pull request #8624 from breadoven/abo_osd_element_display_fix
OSD Heading field fix + field display index update
2023-01-02 11:39:40 +00:00
breadoven
b5f5785c96 Update osd.c 2023-01-02 11:21:03 +00:00
breadoven
59541dc139 Update osd.c 2023-01-01 23:32:58 +00:00
breadoven
5937ba71f1
Merge pull request #8661 from breadoven/abo_fw_alt_control_fix
Fixed wing climb rate fool proofing fix
2022-12-31 22:53:08 +00:00
breadoven
902c9c36ee Update fc_core.c 2022-12-31 22:14:14 +00:00
Darren Lines
1c0a2c92d4 Minor updates
I found that setting this to 0 causes the update of the OSD to virtually stop. I guess it is simply too much data to be sent every 62.5Hz. Even set to 1, the OSD is responsive.
2022-12-31 10:37:05 +00:00
Jonathan Hudson
1582b2140b
[doc] document changes introduced by #8446 (#8660) 2022-12-31 07:44:05 +00:00
breadoven
e04032cceb Update navigation.c 2022-12-30 23:37:35 +00:00
breadoven
1c876edb47 Update fc_core.c 2022-12-29 23:43:37 +00:00
Darren Lines
19685a210b Add option for update every frame
- Move setting of dirty to before the draw
- Add -1 value to disable P frames (legacy mode)
- Change 0 value to be update every frame
2022-12-29 14:42:27 +00:00
Paweł Spychalski
24da1968eb
Merge pull request #8472 from dlt2018/aocodarcf7mini
add new target 'AOCODARCF722MINI'
2022-12-29 10:50:30 +01:00
Paweł Spychalski
1e90d9ffe5
Merge pull request #8439 from iNavFlight/MrD_Minimise-save-calls-and-show-notification
Consolidate post flight and non-essential save calls in to a single save action
2022-12-29 10:21:13 +01:00
Roman Lut
70df612888 send throttle in telemetry exactly as shown on osd 2022-12-27 18:22:27 +02:00
Roman Lut
f45fa088df Merge branch 'submit-throttle-value-in-telemetry' of https://github.com/RomanLut/inav into submit-throttle-value-in-telemetry 2022-12-27 18:17:16 +02:00
Roman Lut
75029f0410 send throttle in telemetry exactly as shown on osd 2022-12-27 18:16:51 +02:00
Roman Lut
2747b9c4e9 send throttle in telemetry exactly as shown on osd 2022-12-27 18:06:08 +02:00
Darren Lines
7f38d107af
Merge pull request #8641 from mmosca/bf_symbol_updates
Add more symbols to BF43 translation table.
2022-12-24 19:17:55 +00:00
Darren Lines
cc2b4902f2 Updated bitmapping for attributes 2022-12-24 15:00:56 +00:00
breadoven
015aa87de9 Merge remote-tracking branch 'upstream/master' into abo_emerg_arming_change 2022-12-23 20:36:54 +00:00
Paweł Spychalski
ec082b5217
Merge pull request #8558 from skeet70/fix-docker-build
Fix git security issue with docker build
2022-12-23 10:18:40 +01:00
Paweł Spychalski
8575a1b765
Merge pull request #8643 from breadoven/abo_nav_yaw_refactor
Nav "Yaw" usage refactor
2022-12-23 10:17:25 +01:00
Paweł Spychalski
84b08ac4f7
Merge pull request #8639 from RomanLut/submit-crsf-wp-mode-priority
changed WP mode priority in crsf telemetry
2022-12-23 10:16:01 +01:00