mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-05 04:52:16 +02:00
sleep1
the short responces of a single letter cause quick turn around
This commit is contained in:
@@ -348,7 +348,7 @@ def handleBlackJack(nodeID, message):
|
||||
|
||||
if last_cmd != "":
|
||||
logger.debug(f"System: BlackJack: {nodeID} last command: {last_cmd}")
|
||||
|
||||
time.sleep(1)
|
||||
return msg
|
||||
|
||||
def handleVideoPoker(nodeID, message):
|
||||
@@ -397,7 +397,7 @@ def handleVideoPoker(nodeID, message):
|
||||
|
||||
if last_cmd != "":
|
||||
logger.debug(f"System: VideoPoker: {nodeID} last command: {last_cmd}")
|
||||
|
||||
time.sleep(1)
|
||||
return msg
|
||||
|
||||
def handle_wxc(message_from_id, deviceID, cmd):
|
||||
|
||||
Reference in New Issue
Block a user