Aaaand deploy!
This commit is contained in:
parent
2975af1945
commit
b54d35309e
@ -333,6 +333,7 @@ function waitForJob()
|
||||
if not retrying then
|
||||
retrying = true
|
||||
--print("No job received. I will keep retrying.")
|
||||
turtlestatus["state"] = "Waiting for job... (retrying)"
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -360,9 +361,9 @@ function drawStatus()
|
||||
end
|
||||
print()
|
||||
if turtlestatus["job"] then
|
||||
print("Last job fuel consumption: "..tostring(turtlestatus["fuel"]))
|
||||
print("Recent fuel usage: "..tostring(turtlestatus["fuel"]))
|
||||
else
|
||||
print("Last job fuel consumption: ")
|
||||
print("Recent fuel usage: ")
|
||||
end
|
||||
print()
|
||||
print("Status:")
|
||||
|
Loading…
Reference in New Issue
Block a user