changed evout to filter stuff for debugging purposes
This commit is contained in:
parent
826fd9bcc0
commit
01c865d3eb
@ -1,7 +1,9 @@
|
|||||||
s("evp",function()
|
s("evp",function()
|
||||||
local evs={l()}
|
while true do
|
||||||
if evs ~= nil then
|
if ev ~= nil and ev[1] ~= "display" and ev[1] ~= "key_down" and ev[1] ~= "key_up" and ev[1] ~= "screen_resized" and ev[1] ~= "modem_message" and ev[1] ~= "sendmsg" then
|
||||||
ns(T.unpack(evs))
|
-- ns(T.unpack(evs))
|
||||||
|
print(T.unpack(ev))
|
||||||
end
|
end
|
||||||
C.yield()
|
C.yield()
|
||||||
|
end
|
||||||
end)
|
end)
|
||||||
|
1
modules/util/loadeeprom.lua
Normal file
1
modules/util/loadeeprom.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
pcall(load(component.invoke(component.list("eeprom")(),"getData")))
|
Loading…
Reference in New Issue
Block a user