mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-25 01:50:40 +01:00
remove some stuff
This commit is contained in:
parent
c302fd43a3
commit
bdccee9429
|
|
@ -71,14 +71,3 @@ def APRSIS():
|
|||
host="localhost", port=10152)
|
||||
aprs.connect()
|
||||
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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue