From 67044a72f8c8532244ff641beb487a740e3a35c1 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Thu, 26 Dec 2019 00:44:13 +0000 Subject: [PATCH] init2: fix remotemsg Omitting the ()s means that the actual function doesn't get called, just loaded. --- init2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init2.lua b/init2.lua index dcdda14..7cf3a4e 100644 --- a/init2.lua +++ b/init2.lua @@ -77,7 +77,7 @@ local function remotemsg(m) touchtmr:unregister() ledfb = remotefb removeremote() - OVL["lamp-remote"](m) + OVL["lamp-remote"]()(m) end end -- 2.50.1