Where I buy my ESP8266 boards from... (Banggood)
Where I buy my ESP8266 boards from... (Banggood)
Explore... Chat... Share...
Moderator: Mmiscool
forlotto wrote:ok talked to mike I forgot about this... there is a little fix for issues like this called encompasing data
take your code instead of using ' use " and encompass data like so
using | | symbols
for instance
wprint | <body bgcolor="blue"> |
memclear
SERIALPRINTLN "restart page"
cls
curr = 0
setp = 30
stat
Print "ESP8266 WiFi Thermostat "
print "Target temp="
textbox setp
print "CurrTemp="
textbox curr
print "Heater="
textbox stat
print
button "Exit", [quit]
timer 5000, [refresh]
wait
[refresh]
curr = temp(0)
SERIALPRINTLN curr
if curr < setp then
io(po,16,1)
stat = "On"
else
io(po,16,0)
stat = "Off"
end if
Wait
[quit]
timer 0
wprint "<a href='/'>Menu</a>"
end
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[…]