Skip to content

Commit

Permalink
Update meshwatch.py
Browse files Browse the repository at this point in the history
fix for recent meshtastic version, tested with 1.2.46
  • Loading branch information
PlumRugOfDoom committed Dec 28, 2021
1 parent aaa7b68 commit a0f856c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meshwatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

#Final Version
import meshtastic
import meshtastic.serial_interface
import time
from datetime import datetime
import traceback
Expand Down Expand Up @@ -1478,7 +1479,7 @@ def main(stdscr):
#By default will try to find a meshtastic device, otherwise provide a device path like /dev/ttyUSB0
Window4.ScrollPrint("Finding Meshtastic device",2)

interface = meshtastic.SerialInterface()
interface = meshtastic.serial_interface.SerialInterface()



Expand Down

0 comments on commit a0f856c

Please sign in to comment.