Updated Lua Scripting (markdown)

This commit is contained in:
rusefillc 2021-11-23 14:21:45 -05:00
parent 7e128b6ee6
commit b0eeb16a98
1 changed files with 1 additions and 1 deletions

View File

@ -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.