start robot, fix bug in keyboard

This commit is contained in:
Redo
2022-10-28 01:08:12 -06:00
parent ff0a35dbe5
commit 718c9ba725
7 changed files with 2896 additions and 414 deletions

View File

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