merge rusEFI wiki

This commit is contained in:
GitHub Action 2022-06-30 03:26:30 +00:00
commit 70d62ce9d3
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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 We use [Lua](https://www.lua.org/) version 5.4.3
## Conventions ## Conventions