-
-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST]🦄Lua interpreter library integration #378
Comments
the lua interpreter seems working well - it is currently limited to esp8266 but it compile on esp32
|
Lua interpreter Lib is now ready for integration : https://github.com/luc-github/ESP8266-Arduino-Lua
|
some integration figures for lib only without extra functions: On ESP8266: So for ESP8266 the impact is noticeable if not 4M Flash but should be ok on others which allow 1M firmware size. |
here #479 there some user case and should be a good start to list what is missing: So far what I have been noted |
another user case that is also may will part of webUI : luc-github/ESP3D-WEBUI#237 |
I created a new library https://github.com/luc-github/EspLuaEngine, it is inspired from https://github.com/fdu/ESP8266-Arduino-Lua but it is done from scratch, no common code, and logic is different. While It is very basic but also very flexible, I want to add it to ESP3D, to replace |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I got several request for unsupported user cases
adding some scripting would be a flexible solution like
https://github.com/fdu/ESP8266-Arduino-Lua
may be use a dedicated task on esp32 for it for esp8266 TBD as is must not disturb wifi upload and esp8266 is very sensitive
The text was updated successfully, but these errors were encountered: