add debug output

This commit is contained in:
Navid Sassan 2023-11-23 02:07:59 +01:00
parent cb370203cf
commit 190c44fca8

View File

@ -93,6 +93,7 @@ while true do
if turtle.forward() then
ForwardCounter = ForwardCounter + 1
else
print('hit a wall - returning to base')
returnToBase()
end
end