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