mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
remove unneeded subscribe
This commit is contained in:
1 parent
299ea4990b
commit
5a377cce3e
1 file changed
+1
-1
@@ -217,7 +217,7 @@ def subscribe():
|
||||
pub.subscribe(onReceive, "meshtastic.receive")
|
||||
# pub.subscribe(onConnection, "meshtastic.connection")
|
||||
pub.subscribe(onConnected, "meshtastic.connection.established")
|
||||
pub.subscribe(onNode, "meshtastic.node")
|
||||
# pub.subscribe(onNode, "meshtastic.node")
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in new issue
Block a user