diff --git a/Lua-Scripting.md b/Lua-Scripting.md index 0e01b35d..6b0618e4 100644 --- a/Lua-Scripting.md +++ b/Lua-Scripting.md @@ -4,7 +4,7 @@ A proper ECU has to offer users as much flexibility as possible, meaning a completely user-defined control strategy for both primary and auxiliary actuators. For many years rusEFI had FSIO to do just that. -As of 2021, rusEFI is replacing FSIO with a popular open source [Lua scripting engine](https://en.wikipedia.org/wiki/Lua_(programming_language)) +As of 2022, rusEFI hass replaced FSIO with a popular open source [Lua scripting engine](https://en.wikipedia.org/wiki/Lua_(programming_language)) We use [Lua](https://www.lua.org/) version 5.4.3 ## Conventions