From 0984642e487bd81f5cb53d052ca6c73f94c4d52c Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sun, 8 Mar 2020 22:40:39 +0100 Subject: [PATCH] bugfix #2 (oil explorer), lua controller manuall and terminal node added --- lua_controller/controller.lua | 9 +++++---- lua_controller/terminal.lua | 4 ++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/lua_controller/controller.lua b/lua_controller/controller.lua index 5268ea3..c378109 100644 --- a/lua_controller/controller.lua +++ b/lua_controller/controller.lua @@ -22,11 +22,12 @@ local sHELP = [[TA4 Lua Controller TechAge machines. This controller can be programmed in Lua. - See on GitHub for more help: goo.gl/Et8D6n - - The controller only runs, if a battery is - placed nearby. + See on GitHub for more help: + https://github.com/joe7575/techage/wiki + or download the PDF file from: + https://github.com/joe7575/techage/blob/master/manuals/ta4_lua_controller_EN.pdf + ]] techage.lua_ctlr = {} diff --git a/lua_controller/terminal.lua b/lua_controller/terminal.lua index f5a0559..bf85771 100644 --- a/lua_controller/terminal.lua +++ b/lua_controller/terminal.lua @@ -27,6 +27,10 @@ Local commands: Global commands: - send on/off = send on/off event - msg = send a text message + +For more help: +https://github.com/joe7575/techage/wiki + ]] local function formspec1()