use localhost not meshtastic.local

This commit is contained in:
pdxlocations
2025-04-06 21:44:04 -07:00
parent 636b27cf9b
commit e305bb4464
+1 -1
View File
@@ -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}")