Update pong_bot.py

This commit is contained in:
SpudGunMan
2024-09-22 17:45:42 -07:00
parent e7976a0a88
commit edaf6875ef
-1
View File
@@ -8,7 +8,6 @@ from pubsub import pub # pip install pubsub
from modules.log import *
from modules.system import *
responseDelay = 0.7 # delay in seconds for response to avoid message collision
DEBUGpacket = False # Debug print the packet rx
def auto_response(message, snr, rssi, hop, message_from_id, channel_number, deviceID):