Update curses-client.py

This commit is contained in:
SpudGunMan
2024-11-19 13:22:01 -08:00
parent dd50e4cceb
commit 0d1a60658b

View File

@@ -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()