Skip to content
Jaume Olivé Petrus edited this page Jun 2, 2017 · 16 revisions

When Lua RTOS launches the Lua interpreter, and before the Lua prompt appears, 2 scripts are automatically executed. These scripts must be in the root directory:

  1. system.lua

    This scripts is intended for setup the system, for example enable Lua RTOS configurations disabled by default, change default configurations values, setup a network connection, etc.

  2. autorun.lua

Clone this wiki locally