altos: Add logging and telem to telegps
authorKeith Packard <keithp@keithp.com>
Sat, 30 Mar 2013 08:33:49 +0000 (01:33 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 30 Mar 2013 08:33:49 +0000 (01:33 -0700)
commit649999863c7228ead0225968752d068dc0d30091
tree6f3ac2cdab37a2b6975b0ead08f7d92bd6f587cb
parentb3d8956df3a3ecb3918b5db4d78b057d68541c33
altos: Add logging and telem to telegps

This turns on telemetry, APRS, RDF and data logging for telegps.

Data is logged as soon as GPS has a date to create the right
filename, using files of the form YYYYMMDD.LOG which just barely fits
in a FAT filename.

Telemetry/RDF/APRS are all separately controllable.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/ao-telem/ao-telem.c
src/core/ao_gps_report_mega.c
src/core/ao_telemetry.c
src/drivers/ao_log_fat.c [new file with mode: 0644]
src/telegps-v0.1/Makefile
src/telegps-v0.1/ao_telegps.c