Skip to content

Commit

Permalink
improve display refresh speed
Browse files Browse the repository at this point in the history
  • Loading branch information
ototadana committed Jun 18, 2022
1 parent 9c913e0 commit ef1f6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Expand Up @@ -136,6 +136,7 @@ def receive_video():

def send_command():
while info.is_active():
time.sleep(0.1)
msg = info.pick_command()
if msg == "":
continue
Expand Down

0 comments on commit ef1f6e4

Please sign in to comment.