Phil
Phil
Explore... Chat... Share...
Moderator: Mmiscool
timer 60000, [NextMin]
bla = time()
shh = mid(bla,12,2) 'hour this statment extracts the hours value
smm = mid(bla,15,2) 'min this statment extracts the minutes
hh = val(shh) ' this converts the hours from string to numeric
mm = val(smm) ' this converts the minutes from string to numeric
[NextMin]
let mm = mm + 1
if mm = 60 then
mm = 0
hh = hh + 1
if hh = 24 then hh = 0
end if
memclear
time.setup(-7,0)
delay 3000
'
[Main]
bla = time()
serialprintln bla
delay 2000
[Wait]
btn = io(pi,d3)
if btn = 0 then
goto [Main]
else
goto [Wait]
endif
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[…]