diff options
| author | Keith Packard <keithp@keithp.com> | 2014-08-17 21:03:12 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-08-17 21:03:12 -0700 |
| commit | 44e389c31e5958c1a050fbe0dce5d7971a9d6a86 (patch) | |
| tree | 555052ed26c42b5595d6298a2027ea004fd01e4c /src/Makefile | |
| parent | 5a51efd7f9b49ffadc91ccaf7a0d69566301c009 (diff) | |
altos: Add telerepeat-v1.0
This uses TeleBT hardware to provide a telemetry repeater, receiving
packets on one frequency and re-transmitting them on another.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 7f09db02..20126de6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -22,7 +22,8 @@ SDCCDIRS=\ telemini-v1.0 telemini-v2.0 \ telebt-v1.0 \ teleterra-v0.2 teleshield-v0.1 \ - telefire-v0.1 telefire-v0.2 + telefire-v0.1 telefire-v0.2 \ + telerepeat-v1.0 ARMM3DIRS=\ easymega-v1.0 easymega-v1.0/flash-loader \ |
