diff --git a/testlib/Makefile b/testlib/Makefile index 581cf96..65b5081 100644 --- a/testlib/Makefile +++ b/testlib/Makefile @@ -3,7 +3,7 @@ default: install test install: - pip3 install -r requirements.txt + pip3 install -r requirements.txt test: - ESP_PORT=/dev/ttyUSB0 pytest tests -v + ESP_PORT=/dev/ttyUSB0 pytest tests -v diff --git a/testlib/aprs_con.py b/testlib/aprs_con.py index b7d839d..f57fe6f 100644 --- a/testlib/aprs_con.py +++ b/testlib/aprs_con.py @@ -73,11 +73,12 @@ def APRSIS(): return aprs -aprs = AprsIs("OE5BPA-1", passwd="22948", - # host="localhost", port=10152) - host="rotate.aprs.net", port=10152) -aprs.connect() -while True: - line = list(aprs._get_line()) - if len(line) > 0: - print(line) +#aprs = AprsIs("OE5BPA-1", passwd="22948", +# # host="localhost", port=10152) +# host="rotate.aprs.net", port=10152) +#aprs.connect() +#while True: +# line = list(aprs._get_line()) +# if len(line) > 0: +# print(line) +