Current Lua downloadable firmware will be posted here

User avatar
By marcelstoer
#85500 That's not how it works. Be sure you understand https://nodemcu.readthedocs.io/en/lates ... andard-lua

The SDK's watchdog resets the device if system tasks aren't given enough (CPU) resources. You Lua script can run for as long as you like. However, you need to make sure you program it in a way that doesn't hog all resources.