1
Fork 0

waiting a bit longer

This commit is contained in:
Joshua Moerman 2012-06-03 12:57:14 +02:00
parent 75f55e6d38
commit bf87e1704a

3
slave
View file

@ -25,8 +25,9 @@ while true do
rednet.send(id, "ack") rednet.send(id, "ack")
-- Wait for the pipes to be empty (and not leak) -- Wait for the pipes to be empty (and not leak)
-- TODO: find out magic value to wait...
rs.setOutput("left", false) rs.setOutput("left", false)
sleep(1) sleep(2)
-- GO!!! -- GO!!!
turtle.up() turtle.up()