feat: Enhance command processing feedback in turtle; improve sleep duration for command acknowledgment in webbridge
This commit is contained in:
@@ -335,7 +335,8 @@ while true do
|
||||
end
|
||||
|
||||
-- Acknowledge that we sent the commands
|
||||
os.sleep(0.5) -- Give turtle time to receive
|
||||
-- Wait longer to ensure turtle has received them
|
||||
os.sleep(1.5) -- Give turtle time to receive and process
|
||||
if acknowledgeCommands(turtleID) then
|
||||
addLog(" ACK: Commands acknowledged", colors.lime)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user