From 52efee31b5ae7a347e668693a744b91dbe5496bd Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 26 Jun 2024 22:16:59 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index bfcc410..3314241 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -17,7 +17,7 @@ from modules.locationdata import * # from the spudgunman/meshing-around repo from modules.bbstools import * # from the spudgunman/meshing-around repo # Uncomment the interface you want to use depending on your device connection -interface = meshtastic.serial_interface.SerialInterface() #serial interface +interface = meshtastic.serial_interface.SerialInterface() #serial interface (specify port) default is first found #interface=meshtastic.tcp_interface.TCPInterface(hostname="192.168.0.1") # IP of your device #interface=meshtastic.ble_interface.BLEInterface("AA:BB:CC:DD:EE:FF") # BLE interface