add support for sending to ttn2prom
This commit is contained in:
parent
d4349fa854
commit
6602000cb7
4 changed files with 39 additions and 3 deletions
|
|
@ -16,4 +16,5 @@ if __name__ == '__main__':
|
|||
conns = lorautil.pg_conn_notify()
|
||||
|
||||
while True:
|
||||
lorautil.pg_wait_for_pkg(conns, lorautil.nodered_send)
|
||||
# lorautil.pg_wait_for_pkg(conns, lorautil.nodered_send)
|
||||
lorautil.pg_wait_for_pkg(conns, lorautil.ttn2prom_send)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue