Skip to content

Added sleep in hid-all.py to give cmd enough time to open

g0t mi1k requested to merge github/fork/cquick97/development into development

Created by: cquick97

When testing on my Win7 machine, I encountered an issue where the command prompt didn't open before the powershell string was sent. It appeared as though nothing was typed into the command prompt.

Fixed indentation issue, and took binkybear's advice in using time.sleep(5) instead of print "sleep 2".

Edited by g0t mi1k

Merge request reports