# ESP-IDF component for Lua Specific configuration related to ESP32 chips is stored in include directory of the component and overrides default values defined by Lua project. List of changes: ```c #define LUA_32BITS 1 ``` ## Example of usage - https://github.com/georgik/esp32-sdl3-example
idf.py add-dependency "georgik/lua^5.5.0~1"