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

7 commits

Author SHA1 Message Date
Štěpán Dalecký
5fd383b9dd Ghost improvements
Add new frame types
2022-06-24 20:03:06 +02:00
ctzsnooze
f7c645bfcd update GPS code 2022-06-13 09:43:52 +10:00
Victor Martinez
452bf7b327 fix: linking error when USE_GPS is undefined 2021-07-21 13:20:25 +02:00
Michael Keller
791a2ce390 Fixed coding style in GHST telemetry. 2021-05-21 02:46:31 +12:00
Tony Cake
3b3f4893f8 Add GPS Telemetry support to GHST
Squashed version
2021-05-17 08:15:27 -07:00
mikeller
ab5c7a75be Removed trailing whitespace. 2020-10-14 22:00:05 +13:00
Unknown
5bf4f71a6d Initial install of GHST driver
First pass at GHST driver including low-latency control, and basic telemetry.

Fix Ghost channel scaling

Use ghstChannelData instead of rxRuntimeState->channelData

Integrate PR feedback

Primarily de-tab and a few cosmetic changes.

Keep Travis CI happy

Removed unused function

Rework ghost driver to reduce time in ISR, move processing

As requested in PR review.
Fixed issue in telemetry driver, mAh consumed is transmitted as units of 10mAh, not 1mAh.

Resolve Packet Collision Issue with GHST

Send telemetry packets only within a well defined time slot after an incoming Rx packet.

Remove unnecessary comment

rxRefreshRate doesn't need to be dynamic.

Ghost - Remove special case from scheduler

No need to reschedule telemetry for the Ghost protocol.
2020-10-14 21:52:33 +13:00