Update station 2/6 Program

This commit is contained in:
Kirigaya Kazuto 2017-10-26 15:26:20 +08:00
parent 2fbc67e132
commit 7bbc3f73dd

View File

@ -764,7 +764,8 @@ local function TCSMain()
bus:push(ev) bus:push(ev)
end end
else -- Unknown event else -- Unknown event
-- Ignore. -- Debug: Output the event name
print("Ignoring:",ev)
end -- End of event patch end -- End of event patch
end -- End of loop end -- End of loop
doCleanUp() doCleanUp()