tobyliu415

Results 2 issues of tobyliu415

My simple test program in Lua: -------begin--------------- print('tobytest.lua ver 1.0') wifi.setmode(wifi.STATION) -------end------------------- Termial window displays somthing like following: --------begin--------------------------------------- > file.remove("tobytest.lua"); > file.open("tobytest.lua","w+"); w = file.writeline; w([==[pr>> int('tobytest.lua ver 1.0')]==]);...

wontfix