We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4bac3 commit 01add03Copy full SHA for 01add03
test.py
@@ -429,6 +429,8 @@ def blink_all():
429
program()
430
parse_results()
431
if ((os.path.exists('/home/pi/SERIAL_UPLOAD/pi_serial_upload.sh') == True) and (LOCK_BITS_PASS == True)):
432
+ # time.sleep(1) # Delay to allow com port enumeration.
433
+ # Note, this delay is only needed with micros that have USB capabilities (like the atmega32u4)
434
program_serial()
435
parse_results_serial()
436
time.sleep(3) # led leds stay on for 3 secs
0 commit comments