mirror of
https://github.com/blackmagic-debug/blackmagic.git
synced 2025-10-14 02:58:36 +08:00
stm32_mem.py: Wait longer for device to appear.
This commit is contained in:
@@ -184,7 +184,7 @@ if __name__ == "__main__":
|
||||
print("Invoking DFU Device")
|
||||
timeout = 0
|
||||
while True :
|
||||
sleep(0.5)
|
||||
sleep(1)
|
||||
timeout = timeout + 0.5
|
||||
dfudev = stm32_scan(args, True)
|
||||
if dfudev: break
|
||||
|
Reference in New Issue
Block a user