From b4168214b6599d037009bc2037effd1c4136a074 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 2 Jan 2025 21:02:14 -0800 Subject: [PATCH] #hints --- mesh_bot.py | 2 +- modules/system.py | 2 +- pong_bot.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index 0d6ccad..39d0dc2 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -5,7 +5,7 @@ import asyncio import time # for sleep, get some when you can :) import random -from pubsub import pub # pip install pubsub, use launch.sh for venv +from pubsub import pub # pip install pubsub or use launch.sh for venv from modules.log import * from modules.system import * diff --git a/modules/system.py b/modules/system.py index 2e9f657..7caea4b 100644 --- a/modules/system.py +++ b/modules/system.py @@ -1,7 +1,7 @@ # helper functions and init for system related tasks # K7MHI Kelly Keeton 2024 -import meshtastic.serial_interface #pip install meshtastic +import meshtastic.serial_interface #pip install meshtastic or use launch.sh for venv import meshtastic.tcp_interface import meshtastic.ble_interface import time diff --git a/pong_bot.py b/pong_bot.py index d4639d5..24c2c68 100755 --- a/pong_bot.py +++ b/pong_bot.py @@ -4,7 +4,7 @@ import asyncio import time # for sleep, get some when you can :) -from pubsub import pub # pip install pubsub, use launch.sh for venv +from pubsub import pub # pip install pubsub or use launch.sh for venv from modules.log import * from modules.system import *