Skip to content

Instantly share code, notes, and snippets.

@jfjlaros
Last active January 10, 2021 10:06
Show Gist options
  • Save jfjlaros/3aa578dab8d78597613235c5bafe6565 to your computer and use it in GitHub Desktop.
Save jfjlaros/3aa578dab8d78597613235c5bafe6565 to your computer and use it in GitHub Desktop.
Monkey patch for timing issue.
from serial.urlhandler import protocol_socket
protocol_socket.time.sleep = lambda x: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment