diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-20 00:41:17 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-20 00:41:17 -0700 |
commit | 602d6a2424a5c16e22febf6b4e6b3816022261c7 (patch) | |
tree | ea302a4a96c0ec182e0f7fba1452203ef0c20dc3 /telegps | |
parent | 3016ee5f21ec66bf9230b90ab1420b8fad628f8d (diff) |
altos/aprs: Encode last serial number in SSID. Transmit serial in comment
This makes it a lot easier to tell which device is sending
information, and to receive data from multiple devices on the same
receiver.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps')
-rw-r--r-- | telegps/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/telegps/Makefile.am b/telegps/Makefile.am index a7defb8a..3f53b949 100644 --- a/telegps/Makefile.am +++ b/telegps/Makefile.am @@ -205,8 +205,6 @@ $(FATJAR): classtelegps.stamp Manifest-fat.txt $(ALTOSLIB_CLASS) $(ALTOSUILIB_CL -C classes org \ -C ../libaltos libaltosJNI -classtelegps.stamp: $(ALTOSLIB_CLASS) $(ALTOSUILIB_CLASS) - libaltos.so: build-libaltos -rm -f "$@" $(LN_S) ../libaltos/.libs/"$@" . |