Current Lua downloadable firmware will be posted here

User avatar
By Ansh Verma
#44610 Hey,
Thanks for the reply. That makes sense. I have been trying to access the file on my system and was not able to find lmathlib.c This wayI can change and un-comment the 'atan' functions only. Seems that these files are not there on my system. Do you have any suggestions?
User avatar
By TerryE
#44712 You will need the github source either a zip snapshot or use git and clone the repo. The file is in app/lua. If you know C then uncommenting the function is straightforward. You will need a toolchain or docker image to do the build, but the nodemcu documentation explains this, as well as a couple of the articles in the wiki.