Lua 出现表示小数点的数字 '7.5' 格式错误

我在https://nodemcu-build.com/index.php上下载固件并上传到 ESP nodemcu-master-7-modules-2018-11-29-12-08-08-float.bin

使用 ESPlorer 进行 ESP8266 编程。

a = 7.5

print(a)

这段 Lua 代码显示错误 "表示小数点的数字 '7.5' 格式错误"

我不明白为什么会出现这个错误?

旧版本 nodemcu-master-9-modules-2018-07-08-13-12-54-float 却能正常运行。

点赞