mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-07-31 11:01:58 +08:00

* Update esp3d_version.h * Fix GCode client is not processed * Update lua engine to 1.0.3 * Fix HOOKS and Init script conflicting at boot * Add a queue for multiple scripts (max 5) * Fix compilation failed on SERIAL_MKS on ESP32 * Explain better sanity check on SERIAL_MKS and DISPLAY * Implement USB Serial OTG
11 lines
345 B
INI
11 lines
345 B
INI
name=EspLuaEngine
|
|
version=1.0.3
|
|
author=Luc LEBOSSE <luc.lebosse@tech-hunters.com>
|
|
maintainer=Luc LEBOSSE <luc.lebosse@tech-hunters.com>
|
|
sentence=Lua engine for ESP
|
|
paragraph=Only for ESP boards
|
|
category=Other
|
|
url=https://github.com/luc-github/EspLuaEngine
|
|
architectures=esp32, esp8266, esp32s2, esp32s3, esp32c3, esp32c6
|
|
includes=EspLuaEngine.h
|