This commit is contained in:
SpudGunMan
2025-01-02 21:02:14 -08:00
parent 7fa5928537
commit b4168214b6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 *
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 *