Re: 3.0 branch available for testing. Report bugs here.
Posted: Mon May 30, 2016 8:49 pm
Yes. It would probably be benificial to grab the latest build.
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
memclear
timesetup(-4,0)
delay 5000
x = 0
mytime = time()
cls
'onload [dosomething]
'wprint "<meta http-equiv='refresh' content='5;URL=/input?'>"
timer 5000, [dosomething]
button "Exit ", [Exit]
wprint "<br>"
wprint htmlvar(x)
wprint "<br>"
wprint htmlvar(mytime)
wprint "<br>"
wait
[dosomething]
mytime = time()
x = x + 1
wait
[Exit]
wprint "<br>"
wprint "<br>"
wprint "<a href='/'>Menu</a>"
end
Mmiscool wrote:Yes. It would probably be benificial to grab the latest build.