diff LoadFile/load.teensy @ 307:ecd2ae35d25c

Initial commit for UARTConnect module * Keyboard interconnect using two uarts * Supports daisy chain addressing using a master/slave direction communication scheme - Still needs more testing - Functions have been tested alone to be generally working
author Jacob Alexander <haata@kiibohd.com>
date Sun, 15 Mar 2015 16:58:01 -0700
parents 71882cd1c362
children 99f93dec8fea
line wrap: on
line diff
--- a/LoadFile/load.teensy	Sun Mar 08 17:33:29 2015 -0700
+++ b/LoadFile/load.teensy	Sun Mar 15 16:58:01 2015 -0700
@@ -69,7 +69,7 @@
 # Load Screen Session if specified
 if (( "$EXIT_STATUS" == "0" )) && [[ "$AUTO_SCREEN_SESSION" != "" ]]; then
 	if type screen &>/dev/null; then
-		sleep 0.1
+		sleep 2
 		screen $AUTO_SCREEN_SESSION
 	else
 		echo "screen is not installed"