From 7bbc3f73dd5f66e98ae0240466bf6c4ba97eb6da Mon Sep 17 00:00:00 2001 From: kiritow <1362050620@qq.com> Date: Thu, 26 Oct 2017 15:26:20 +0800 Subject: [PATCH] Update station 2/6 Program --- station_2_6.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/station_2_6.lua b/station_2_6.lua index 3afa232..6058bba 100644 --- a/station_2_6.lua +++ b/station_2_6.lua @@ -764,7 +764,8 @@ local function TCSMain() bus:push(ev) end else -- Unknown event - -- Ignore. + -- Debug: Output the event name + print("Ignoring:",ev) end -- End of event patch end -- End of loop doCleanUp()