mischief / arduino-lua

lua port for arduino/esp32
MIT License
5 stars 3 forks source link

How to Port and Update #4

Open vincentTea opened 3 months ago

vincentTea commented 3 months ago

Your project is amazing and has solved a significant problem for me. It's the best solution I've seen for running Lua on Arduino. I’ve read about sol2 in your project description, but I don’t quite understand how you integrated it with Lua. Could you provide some guidance? For instance, if sol2 or Lua gets updated, how can I integrate the new versions in a way that they can run on an ESP32 Arduino, just like you did? Finally, thank you very much for your project; it has truly solved my issue. Thanks again.

mischief commented 3 months ago

hi emily,

they are imported here with git subtree. they could be updated by using git subtree again if you needed a different version.