Merge pull request #12 from SpudGunMan/logs

fix default
This commit is contained in:
pdxlocations
2024-11-19 13:26:20 -08:00
committed by GitHub
+1 -1
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()