From b0eeb16a985d7f42ac8bd567c92095a8217b5319 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Tue, 23 Nov 2021 14:21:45 -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 fd5480b9..0da00b89 100644 --- a/Lua-Scripting.md +++ b/Lua-Scripting.md @@ -81,7 +81,7 @@ Output: ### `setTickRate(hz)` -Sets the rate at which rusEFI calls your `onTick` function, in hz. +Sets the rate at which rusEFI calls your `onTick` function, in hz. On reset default is 10hz. - Parameters - `hz`: Desired tick rate, in hz. Values passed will be clamped to a minimum of 1hz, and maximum of 100hz.