aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/frsky_telemetry/frsky_data.c
Commit message (Collapse)AuthorAgeFilesLines
* frsky_telemetry: fix gps data formatJohn Hiesey2014-05-201-10/+5
| | | | | Eliminate inadvertent rounding and generate degrees/minutes instead of degrees/minutes/seconds output per frsky docs
* frsky telem: reduce stack, fix missing headerLorenz Meier2014-05-161-0/+2
|
* 'vehicle_global_position' topic updated: removed baro_alt and XXX_valid flags.Anton Babushkin2014-03-271-1/+1
|
* global_position topic: added baro_alt, mc_pos_control: SEATBELT mode fixed, ↵Anton Babushkin2014-01-281-1/+1
| | | | use baro/AMSL alt
* Use double for lat/lon in vehicle_global_position topic, use filed names ↵Anton Babushkin2014-01-241-3/+3
| | | | lat, lon, alt, vel_n, vel_e, vel_d for global positions
* Further data format and code style fixes.Stefan Rado2014-01-031-48/+48
|
* Only send data packets we really support.Stefan Rado2014-01-021-6/+1
|
* Directly write to the voltage field for better precision.Stefan Rado2014-01-021-3/+1
|
* Update copyright info for 2014.Stefan Rado2014-01-021-2/+2
| | | | Happy New Year everyone!
* Fixes to FrSky telemetry data formats.Stefan Rado2013-12-301-32/+105
|
* Add FrSky telemetry application.Stefan Rado2013-11-241-0/+223
This daemon emulates an FrSky sensor hub by periodically sending data packets to an attached FrSky receiver.