From 0d1a60658b65cd43a43c26f19511deffa8a083e7 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 19 Nov 2024 13:22:01 -0800 Subject: [PATCH] Update curses-client.py --- curses-client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curses-client.py b/curses-client.py index 539696e..c797087 100644 --- a/curses-client.py +++ b/curses-client.py @@ -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()