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