The script is using tmr function in a way which was deprecated and doesn't work with new (post-2018) versions of NodeMCU. The fix seems to be simple, just updating syntax of tmr, but i don't have a way of testing if it works right now.
An alternative workaround is to build a NodeMCU image using legacy version 1.5.4.1-final which is still available on https://nodemcu-build.com/.
@ksjoberg could you please update the readme file?
The script is using tmr function in a way which was deprecated and doesn't work with new (post-2018) versions of NodeMCU. The fix seems to be simple, just updating syntax of tmr, but i don't have a way of testing if it works right now.
An alternative workaround is to build a NodeMCU image using legacy version 1.5.4.1-final which is still available on https://nodemcu-build.com/.
@ksjoberg could you please update the readme file?