diff --git a/contact/utilities/interfaces.py b/contact/utilities/interfaces.py index 6cb0918..d568de6 100644 --- a/contact/utilities/interfaces.py +++ b/contact/utilities/interfaces.py @@ -16,7 +16,7 @@ def initialize_interface(args): except Exception as ex: logging.error(f"Unexpected error initializing interface: {ex}") if globals.interface.devPath is None: - return meshtastic.tcp_interface.TCPInterface("meshtastic.local") + return meshtastic.tcp_interface.TCPInterface("localhost") except Exception as ex: logging.critical(f"Fatal error initializing interface: {ex}")