diff LoadFile/load.dfu @ 297:c86eb7d0a693

Fixing releasing Function key and holding layered key - Pressed key will remain on the same layer until released regardless of the layer changes that happen in the meantime
author Jacob Alexander <haata@kiibohd.com>
date Sun, 01 Mar 2015 21:04:33 -0800
parents 71882cd1c362
children 99f93dec8fea
line wrap: on
line diff
--- a/LoadFile/load.dfu	Sun Mar 01 00:28:48 2015 -0800
+++ b/LoadFile/load.dfu	Sun Mar 01 21:04:33 2015 -0800
@@ -49,7 +49,7 @@
 if [[ "$SERIAL_PORT" != "" ]] && [[ -e "$SERIAL_PORT" ]]; then
 	echo "NOTE: This may fail if the uC is in a bad state or does not support remote flashing"
 	printf "reload\r" > $SERIAL_PORT
-	sleep 1
+	sleep 2
 fi
 
 # Load via dfu-util