feat: Enhance command processing feedback in turtle; improve sleep duration for command acknowledgment in webbridge

This commit is contained in:
MayaTheShy
2026-02-20 00:48:19 -05:00
parent 8d43c0dc99
commit 91918bd124
2 changed files with 8 additions and 3 deletions

View File

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