0.9.5 build 20150127 Lua 5.1.4 files broken
Posted: Mon Jan 26, 2015 1:09 pm
Now it is not all bad since floating point is working at least for basic tests......The file system or string.format appears broken
NodeMCU 0.9.5 build 20150127 powered by Lua 5.1.4
uart.setup(0,9600,8,0,1,0)
> > >
Monday, January 26, 2015 13:01:52
Text upload: C:\Electparts\WiFi\flash programmer\lua\LLbin.lua
> > > > > > > >
639 bytes uploaded to LLbin.lua
> > = node.heap()
23400
> for k,v in pairs(file.list()) do l = string.format("%-15s",k) print(l.." "..v.." bytes") end
15s 639 bytes
>