From c64893ca08a81eae763dce2128d5e39ef9c6bc7b Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Wed, 15 Dec 2021 20:31:41 -0500 Subject: [PATCH] Updated Lua Scripting (markdown) --- Lua-Scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lua-Scripting.md b/Lua-Scripting.md index 72cdf06f..622d54dd 100644 --- a/Lua-Scripting.md +++ b/Lua-Scripting.md @@ -47,7 +47,7 @@ For example ``getOutput("clutchUpState")`` ``getOutput("brakePedalState")`` See https://github.com/rusefi/rusefi/blob/master/firmware/controllers/lua/generated/output_lookup_generated.cpp for output names. -### `setClutchUpState(value) +### `setClutchUpState(value)` ### `setBrakePedalState(value)`