diff options
| author | Keith Packard <keithp@keithp.com> | 2012-12-06 10:23:39 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-12-06 10:23:39 -0800 |
| commit | f661da527fb4a3a492f5322e2a718d441e1cde83 (patch) | |
| tree | 8299c69eabb77845d6fa84b486a4414a0ab7dd04 /src/megametrum-v0.1/ao_pins.h | |
| parent | c1e6fa32b856b91afa355cd272d2d7287d3ccca1 (diff) | |
altos: Hook up APRS to telemetry loop
Send APRS packet once every 2 seconds
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/megametrum-v0.1/ao_pins.h')
| -rw-r--r-- | src/megametrum-v0.1/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/ao_pins.h b/src/megametrum-v0.1/ao_pins.h index f07dc26e..083c1b6f 100644 --- a/src/megametrum-v0.1/ao_pins.h +++ b/src/megametrum-v0.1/ao_pins.h @@ -70,6 +70,7 @@ #define HAS_BEEP 1 #define HAS_RADIO 1 #define HAS_TELEMETRY 1 +#define HAS_APRS 1 #define HAS_SPI_1 1 #define SPI_1_PA5_PA6_PA7 1 /* Barometer */ |
