无法在LuaNode中创建定时器

我正在使用DOIT ESP32 DEVKIT V1(www.doit.com)开发板。

LuaNode已加载。当设备被重置时,报告版本1.3.0

=======================================
LuaNode: https://github.com/Nicholas3388/LuaNode
Version: 1.3.0
=======================================

lib 'tmr'也已加载。

尝试使用简单的定时器失败:

> t = tmr.create()
stdin:1: attempt to call field 'create' (a nil value)
点赞