breadoven
24917556c2
add osd items
2022-12-04 18:18:14 +00:00
Darren Lines
b796042318
Merge pull request #8584 from iNavFlight/MrD_Add-symbols-for-remaining-mins-and-distance
...
Add symbols for remaining time/distance
2022-12-04 11:51:32 +00: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
breadoven
c321aea872
update
2022-12-01 22:51:19 +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
Darren Lines
026e40c297
Added some more logic
...
Added delay, almost equal, and timer. Not yet tested.
2022-12-01 13:41:21 +00:00
breadoven
a7cef4708e
first update
2022-12-01 12:38:54 +00:00
Darren Lines
bda69708b3
Use macro for seconds to millis conversion
2022-11-30 21:30:32 +00:00
breadoven
1015e19c81
Add missing code
2022-11-29 14:08:05 +00:00
Marcelo Bezerra
cec72dfde3
Merge branch 'iNavFlight:master' into strobeblink-refactor
2022-11-29 12:55:49 +01:00
breadoven
f1e945493d
Update navigation.c
2022-11-28 13:23:48 +00:00
Darren Lines
4f49dfb621
Merge pull request #8589 from iNavFlight/MrD_Increase-max-safe-distance-to-first-WP
...
Increase nav_wp_safe_distance maximum
2022-11-27 12:23:40 +00:00
Darren Lines
151798b1a5
Merge pull request #8451 from iNavFlight/MrD_Remove-unneccesary-parameters-from-profiles
...
Remove unnecessary parameters from profiles
2022-11-27 12:15:58 +00:00
Darren Lines
e4233bb5c3
Renamed parameter
2022-11-27 11:01:01 +00:00
Darren Lines
c699e008f9
Merge pull request #8539 from JulioCesarMatias/FixIMUTempRead
...
Fix incorrect temperature shown on OSD
2022-11-27 10:12:28 +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
e353b6ea7e
Add symbols for remaining time/distance
...
Fixes #636
Adds symbols for remaining flight distance and flight time OSD elements. These replace the current fly time and total distance symbols, which are not specific.
I have added temporary symbols which can be improved.
2022-11-26 18:04:21 +00:00
Darren Lines
94fc2531a1
Merge pull request #8583 from iNavFlight/MrD-RC-patch-1
...
Changed CleanFlight to INAV
2022-11-26 10:23:48 +00:00
Darren Lines
1ad48b1320
Changed CleanFlight to INAV
2022-11-26 10:00:24 +00:00
Darren Lines
09eb6ca551
Increase logo size
2022-11-26 08:08:35 +00:00
Darren Lines
63652aa4dd
Removed comments for old IDs
2022-11-25 18:44:06 +00:00
Darren Lines
1ca3527f92
Added EDGE switch to Logical Conditions
2022-11-24 18:37:34 +00:00
breadoven
35c267b15c
changes
2022-11-24 16:09:25 +00:00
Darren Lines
7e51f1ff5d
Initial code
2022-11-24 13:38:11 +00:00
Darren Lines
b5da2ca7d3
Corrected user actions and updated docs
2022-11-24 08:04:52 +00:00
Darren Lines
b2ad70329b
fixed initial code and added more
...
Now working:
- Distance to WP
- Distance from WP
- User actions 1 to 4
2022-11-23 22:39:22 +00:00
Darren Lines
7115d03276
add distance to WP
...
needs testing ... and compiling even. Coding at work is blind xD
2022-11-23 13:35:18 +00:00
Marcelo Bezerra
e897f108ab
Merge branch 'iNavFlight:master' into strobeblink-refactor
2022-11-23 10:52:04 +01:00
Darren Lines
775a080768
Initial code
...
This will break LCs backwards compatibility. But a small conversion tool will be simple to make.
2022-11-22 13:40:36 +00:00
breadoven
bce0cec406
Merge pull request #8529 from breadoven/abo_use_GPSCoG_fw_nav
...
Use course over ground as the default for fixed wing navigation "heading"
2022-11-22 12:09:36 +00:00
Marcelo Bezerra
a06a77811f
Merge branch 'iNavFlight:master' into strobeblink-refactor
2022-11-22 12:26:36 +01:00
breadoven
7acf4b07da
update method
2022-11-21 19:21:25 +00:00
Darren Lines
7f91a72192
Merge pull request #8573 from sensei-hacker/omnibus_servo_power
2022-11-21 16:58:18 +00:00
Ray Morris
1b1cf1e198
Correct Omnibus readme
2022-11-21 10:33:45 -06:00
shota
62552eb747
add altitude in timeout
2022-11-22 01:00:46 +09:00
breadoven
9c0abbd447
use velocity
2022-11-20 21:15:57 +00:00
Marcelo Bezerra
3debed6a6a
Merge branch 'iNavFlight:master' into strobeblink-refactor
2022-11-19 22:18:45 +01:00
breadoven
5423d66933
Merge pull request #7018 from breadoven/abo_ahi_pitch_interval_option
...
OSD AHI pitch interval redraw option
2022-11-19 19:52:48 +00:00
breadoven
8cccc3b2fe
change default setting
2022-11-19 19:13:58 +00:00
Marcelo Bezerra
e0bb62b8b3
Merge branch 'iNavFlight:master' into strobeblink-refactor
2022-11-19 17:34:30 +01:00
Paweł Spychalski
9f6c3f7541
Merge pull request #8519 from breadoven/abo_wp_tracking_fixes
...
Waypoint turn smoothing and tracking accuracy improvements
2022-11-19 13:16:43 +01:00
Darren Lines
c3347990af
Initial coding
2022-11-19 11:24:04 +00:00
Marcelo Bezerra
405706fa72
Merge branch 'iNavFlight:master' into strobeblink-refactor
2022-11-16 21:25:39 +01:00
Jonathan Hudson
456a94548a
remove remaining instances of ubuntu-18.04 ( #8562 )
2022-11-16 13:21:32 +00:00
Marcelo Bezerra
71a8ea29e3
Merge branch 'iNavFlight:master' into strobeblink-refactor
2022-11-16 11:17:27 +01:00
Darren Lines
d68ba41fa9
Merge pull request #8559 from iNavFlight/MrD-RC-patch-2
...
Update Battery.md
2022-11-16 08:24:10 +00:00
Paweł Spychalski
38f01663ff
Merge pull request #8544 from iNavFlight/dzikuvx-foxeer-f722v4
...
Foxeer F722 V4
2022-11-16 08:24:42 +01:00
Paweł Spychalski
cbadd7e47a
Merge pull request #8560 from iNavFlight/MrD-RC-patch-3
...
Update ci.yml
2022-11-16 08:24:18 +01:00