Browse Source

waiting a bit longer

master
Joshua Moerman 12 years ago
parent
commit
bf87e1704a
  1. 3
      slave

3
slave

@ -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()