altosui: Wait two seconds after bluetooth connect XXX
[fw/altos] / altosui / libaltos / libaltos.c
index 2c47f3e531f2b55d975a7a261193cafb17eb6a42..c5bcf90070682a6f1974300ef916eeef941fc508 100644 (file)
@@ -698,6 +698,7 @@ altos_bt_open(struct altos_bt_device *device)
                perror("connect");
                goto no_link;
        }
+       sleep(2);
 
 #ifdef USE_POLL
        pipe(file->pipe);