Darren Lines
6d3867b01e
Add pilot name to INAV
...
- Renamed `name` variable used for craft name to `craftName`. The CLI and MSP have not changed. Only the internal variable name to make more specific.
- Added pilot name, which can be set in CLI using `pilot_name`.
- Added pilot name to OSD elements.
2023-01-19 15:48:47 +00:00
Paweł Spychalski
b4d18efc2f
Merge pull request #8711 from iNavFlight/dzikuvx-disarm-by-default
...
Disarm on land by default
2023-01-19 12:35:29 +01:00
breadoven
506d825169
Merge pull request #8586 from breadoven/abo_fw_coursehold_change
...
FW Nav Course Hold control method change
2023-01-17 12:53:22 +00:00
Paweł Spychalski
95afbdbfdd
Merge pull request #8709 from mmosca/bf_symbol_updates
...
Use BF SYM_AH_BAR9_4 as replacement for INAV SYM_AH_V_START family in BF Compatibility OSD mode
2023-01-17 10:40:21 +01:00
Pawel Spychalski (DzikuVx)
3de3fb08eb
Update docs
2023-01-17 10:39:03 +01:00
Pawel Spychalski (DzikuVx)
44576f3936
Enable disarming by default
2023-01-17 10:37:33 +01:00
Marcelo Bezerra
a1bd86ab2f
Use BF SYM_AH_BAR9_4 as replacement for INAV SYM_AH_V_START family.
...
Symple change that avoids the artificial horizon from changing into a
column of `?`.
2023-01-16 20:15:03 +01:00
Paweł Spychalski
833377d02c
Merge pull request #8470 from iNavFlight/MrD_Set-tz_offset-min-and-max-to-actual-UTC-min-and-max
...
Change tz_offset min and max
2023-01-14 15:03:43 +01:00
Paweł Spychalski
fb88f7d5f1
Merge pull request #8702 from pwnept/master
...
Update Building in Windows with MSYS2.md
2023-01-14 15:02:41 +01:00
Darren Lines
871f4f6737
Merge pull request #8654 from iNavFlight/MrD_update-MSPDisplayPort-and-add-Avatar-stuff
...
Update MSPDisplayPort and add Walksnail Avatar settings
2023-01-14 11:44:04 +00:00
Darren Lines
5e161caa4f
Post test
...
- No flickering of display confirmed
- Correct update rate confirmed
- Fixed issue with `msp_displayport_fullframe_interval`, forgot it had switched from uint to int.
All good to go
2023-01-14 11:18:38 +00:00
Darren Lines
b4645bcbf9
Updates to msp_displayport_fullframe_interval
...
- Set default to 1 second
- Changed format to deciseconds, for more precise control
- Updated documents
2023-01-14 08:19:13 +00:00
pwnept
c084d42399
Update Building in Windows 10 or 11 with MSYS2.md
2023-01-14 14:47:20 +07:00
pwnept
2a3a141745
Update Building in Windows 10 or 11 with MSYS2.md
...
Reformatted for clarity and updated descriptions.
2023-01-14 14:42:41 +07:00
Darren Lines
9f7705d29d
Changed redraw method
...
Changed redraw method to call `MSP_DP_CLEAR_SCREEN` before sending only dirty characters. This will have the same effect as sending everything. But will have less data to send.
Re-worded the docs, to make them easier to understand.
2023-01-13 19:38:54 +00:00
breadoven
2181b9e69d
Update navigation.c
2023-01-13 14:38:43 +00:00
breadoven
eaf42803c3
Merge remote-tracking branch 'upstream/master' into abo_fw_coursehold_change
2023-01-13 11:38:57 +00:00
Paweł Spychalski
c57e112ecc
Merge pull request #8579 from iNavFlight/MrD_Enhance-programming-options-for-waypoint-missions
...
Enhance programming options for waypoint missions
2023-01-13 08:21:12 +01:00
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
breadoven
a0c59a8611
Merge pull request #8693 from breadoven/abo_altitude_debug_fix
...
DEBUG_ALTITUDE fix
2023-01-10 10:44:18 +00: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