From f97c2480707fafd90e8c7538a726eb4f9691d521 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 7 Dec 2021 10:38:02 -0500 Subject: [PATCH] https://github.com/rusefi/rusefi/issues/3665 --- Lua-Scripting.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Lua-Scripting.md b/Lua-Scripting.md index 26ed49dd..16b18fd2 100644 --- a/Lua-Scripting.md +++ b/Lua-Scripting.md @@ -69,6 +69,15 @@ todo add details but ready to test! extraEtb `10` for 10% +## CAN bus + +### `enableCanTx(isEnabled)` + +enabled by default + +use enableCanTx(false) to suppress CAN TX + + ## Utility ### `print(msg)`