mirror of
https://github.com/pdxlocations/contact.git
synced 2026-03-28 17:12:35 +01:00
Update curses-client.py
This commit is contained in:
@@ -68,7 +68,7 @@ else:
|
||||
except PermissionError as ex:
|
||||
print("You probably need to add yourself to the `dialout` group to use a serial connection.")
|
||||
if interface.devPath is None:
|
||||
interface = meshtastic.tcp_interface.TCPInterface("localhost")
|
||||
interface = meshtastic.tcp_interface.TCPInterface("meshtastic.local")
|
||||
|
||||
|
||||
myinfo = interface.getMyNodeInfo()
|
||||
|
||||
Reference in New Issue
Block a user