> for k,v in pairs(file.list()) do l = string.format("%-15s",k) print(l.." "..v.." bytes") end
15s 0 bytes
15s 639 bytes
>
Latest prebuild partial fix did not fix the above
last reliable version is NodeMCU 0.9.5 build 20150123 powered by Lua 5.1.4
Explore... Chat... Share...
> for k,v in pairs(file.list()) do l = string.format("%-15s",k) print(l.." "..v.." bytes") end
15s 0 bytes
15s 639 bytes
>
> = string.format("%i,", 100)
100,
> t=13
> = string.format("%i,",t)
13,
> i = 7
> t={}
> t[i]=12
> = string.format("%i,",t[i])
12,
>
-- left-justified
> =string.format("%-15s", "Hallo")
15s
>
-- right-justified
> =string.format("%15s", "Hallo")
Hallo
>
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]