From 8e04a77a96eccb86f775f7aa2bbc14ad587c313a Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 14 Jan 2024 23:38:15 +0100 Subject: Config is now stored as wakeup module prototype --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 1756628..4727838 100644 --- a/init.lua +++ b/init.lua @@ -4,7 +4,7 @@ function init () wifi.setmode(wifi.NULLMODE, false) local l, r = pcall(require, "run") if not l then - print("run.lua not found") + print("Could not load run.lua:", r) return end RUN = r -- cgit v1.1