Skip to content
Snippets Groups Projects
Commit 979c84ac authored by Rohit Gupta's avatar Rohit Gupta
Browse files

updated timing for resetting UE

parent b5067daa
No related branches found
No related tags found
No related merge requests found
......@@ -161,9 +161,9 @@ def reset_ue():
usb_dir= find_usb_path(VendorId, ProductId)
print usb_dir
cmd = "sudo sh -c \"echo 0 > " + usb_dir + "/authorized\""
os.system(cmd + " ; sleep 5" )
os.system(cmd + " ; sleep 15" )
cmd = "sudo sh -c \"echo 1 > " + usb_dir + "/authorized\""
os.system(cmd + " ; sleep 5" )
os.system(cmd + " ; sleep 30" )
def read_file(filename):
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment