waiting a bit longer
This commit is contained in:
parent
75f55e6d38
commit
bf87e1704a
1 changed files with 2 additions and 1 deletions
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()
|
||||||
|
|
Reference in a new issue