start robot, fix bug in keyboard
This commit is contained in:
@ -11,7 +11,7 @@ return function(gate, argv)
|
||||
|
||||
local code = keycode+(status and 128 or 0)
|
||||
|
||||
if #gate.queueBits > 1024 return end
|
||||
if #gate.queueBits > 1024 then return end
|
||||
|
||||
queueBit(gate, 1)
|
||||
for bitidx = 1, 8 do
|
||||
|
Reference in New Issue
Block a user