From d0b81e90a18c30e0ece283a1f11c5c9537a4288b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 16 Jun 2024 10:27:36 -0700 Subject: [PATCH] Update pong-bot.py --- pong-bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pong-bot.py b/pong-bot.py index f128684..49ccef1 100644 --- a/pong-bot.py +++ b/pong-bot.py @@ -8,6 +8,7 @@ from pubsub import pub # pip install pubsub import meshtastic.serial_interface #pip install meshtastic import meshtastic.tcp_interface import meshtastic.ble_interface +from datetime import datetime # Uncomment the interface you want to use depending on your device connection