summaryrefslogtreecommitdiff
path: root/controllerfw.lua
diff options
context:
space:
mode:
Diffstat (limited to 'controllerfw.lua')
-rw-r--r--controllerfw.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/controllerfw.lua b/controllerfw.lua
index c2a3449..bbe7278 100644
--- a/controllerfw.lua
+++ b/controllerfw.lua
@@ -615,6 +615,9 @@ elseif event.type == "dispatchermsg" then
elseif event.channel == "carcall" and mem.carstate == "normal" then
mem.carcalls[event.msg] = true
send(event.source,"status",mem)
+ elseif event.channel == "fs1switch" then
+ mem.fs1switch = event.msg
+ mem.fs1led = event.msg
end
end