1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-14 20:10:15 +03:00
Commit graph

2014 commits

Author SHA1 Message Date
Darren Lines
eba9413d92
Merge pull request #8797 from iNavFlight/MrD_Extended-PF-docs
Update Programming Framework.md
2023-02-13 10:29:37 +00:00
Darren Lines
507f61dd38
Update Programming Framework.md
Added more detail to the programming framework documentation.
2023-02-13 09:56:22 +00:00
Paweł Spychalski
21132171db
Merge pull request #8776 from iNavFlight/mosca-8769-bf43compat-current-broken-above-10a
Fix formatting of decimal numbers in BF43COMPAT display mode
2023-02-08 15:28:57 +01:00
shota
bdb9ac9494 ahrs paramter name change 2023-02-05 22:06:53 +09:00
Darren Lines
7649c5f429 Updated the osd_pan_servo_index max to 16
Updated the `osd_pan_servo_index` max to 16. There are flight controllers now that have 12 PWM outputs. This now matches `MAX_SUPPORTED_SERVOS`.
2023-01-29 20:26:30 +00:00
Darren Lines
a29726c364 Updated docs 2023-01-29 20:26:29 +00:00
Darren Lines
10ebb5c16d Added customisations and options 2023-01-29 20:26:28 +00:00
Darren Lines
881bfafb22 Update Flight Mode operand in programming framework
- Add `ACRO` to `FLIGHT_MODE` operand
- Add `WAYPOINT_MISSION` to `FLIGHT_MODE` operand
- Update functionality of `COURSE_HOLD` as currently it will still be active if `CRUISE` is active
- Update Programming Framework.md document
2023-01-28 09:10:29 +00:00
Paweł Spychalski
b75519da98
Merge pull request #8737 from breadoven/abo_landing_detector_tweaks
Landing detector improvements
2023-01-27 08:57:54 +01:00
Jonathan Hudson
d67a2b0e45
[Doc] update blackbox.md for 6.0 cli options (#8732)
* [Doc] update blackbox.md for 6.0 cli options, consistent list type
2023-01-24 16:07:10 +00:00
breadoven
3560bb57ea landing tweaks 2023-01-24 14:21:13 +00:00
Darren Lines
87363ba3ea
Merge pull request #8720 from iNavFlight/MrD_Add-pilot-name
Add pilot name
2023-01-20 08:03:27 +00:00
Paweł Spychalski
24bf2f89e9
Merge pull request #8536 from mmosca/strobeblink-refactor
Add strobe overlay to RGB LEDs
2023-01-20 08:20:00 +01:00
Darren Lines
6d509ca05f Fixes once I could compile
- Compiled docs
- Added missed comma
- Changed one missed `name` to `craftName`
2023-01-19 18:13:11 +00:00
Pawel Spychalski (DzikuVx)
3de3fb08eb Update docs 2023-01-17 10:39:03 +01:00
Marcelo Bezerra
faf6d79cd0
Merge branch 'iNavFlight:master' into strobeblink-refactor 2023-01-14 23:31:15 +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
Marcelo Bezerra
b6544a73bd
Merge branch 'iNavFlight:master' into strobeblink-refactor 2023-01-13 09:39:36 +01:00
Marcelo Bezerra
b456fcef4f
Merge branch 'iNavFlight:master' into strobeblink-refactor 2023-01-10 10:55:50 +01:00
Darren Lines
9aa6e2fb82 Changes after testing and docs update 2023-01-05 22:20:05 +00:00
Darren Lines
ba8da95562 Merge branch 'master' into MrD_Enhance-programming-options-for-waypoint-missions 2023-01-03 12:49:52 +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
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
Darren Lines
bd6483dc4f Update Settings.md
Recompiled docs after update from master
2022-12-22 19:01:41 +00:00
Marcelo Bezerra
55af624de9
Merge branch 'iNavFlight:master' into strobeblink-refactor 2022-12-19 19:58:48 +01:00
breadoven
5d84300545
Merge pull request #8633 from b14ckyy/update-navigation-md
Update Navigation.md
2022-12-16 12:02:04 +00:00
Marcelo Bezerra
0fc356bbc9
Merge branch 'iNavFlight:master' into strobeblink-refactor 2022-12-16 11:49:15 +01:00
b14ckyy
6ccd27c932
Update Navigation.md 2022-12-14 14:27:26 +01:00
Marcelo Bezerra
a2c587fbbb
Add remarks about DJI Canvas mode not being Canvas Mode 2022-12-13 13:32:14 +01:00
Marcelo Bezerra
afe3f0b352
Add some more documentation and FAQ. 2022-12-13 13:05:20 +01:00
Marcelo Bezerra
e5068c3423
Update Settings.md 2022-12-13 10:35:51 +01:00
Marcelo Bezerra
1288d56fc3
Merge branch 'iNavFlight:master' into strobeblink-refactor 2022-12-06 10:42:47 +01:00
Darren Lines
2b8b651323
Merge pull request #8581 from iNavFlight/MrD_Add-EDGE-LC-switch
Add EDGE, DELAY, DELTA, APPROX_EQUAL switches and TIMER to Logic Conditions
2022-12-03 08:31:46 +00:00
Darren Lines
87fa20a450 Update Programming Framework.md 2022-12-01 20:06:20 +00:00
Darren Lines
10dc8d91dc Updates with tested code and docs
Fixed typo
Updated document
Finished & tested LCs for:
- Delay
- Timer
- Delta
- Approx. Equal
2022-12-01 19:36:35 +00:00
Marcelo Bezerra
cec72dfde3
Merge branch 'iNavFlight:master' into strobeblink-refactor 2022-11-29 12:55:49 +01:00
Darren Lines
e4233bb5c3 Renamed parameter 2022-11-27 11:01:01 +00:00
Darren Lines
373698f617 Added min to docs 2022-11-27 09:32:12 +00:00
Darren Lines
2b38a259c6 Increase nav_wp_safe_distance
This PR increases the maximum safe distance for the first waypoint to 1500m. A lot of fixed wing LR pilots are frustrated with the 650m limit. This corrects that while not increasing the memory used by the variable. I didn't see any reason for this to be in cm. It's not divided anywhere. So metres is much more fitting.
2022-11-27 09:26:10 +00:00
Darren Lines
1ad48b1320
Changed CleanFlight to INAV 2022-11-26 10:00:24 +00:00
Darren Lines
1ca3527f92 Added EDGE switch to Logical Conditions 2022-11-24 18:37:34 +00:00
Darren Lines
b5da2ca7d3 Corrected user actions and updated docs 2022-11-24 08:04:52 +00:00