Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By xtal
#39080 Serial data from a pic arrives every 8 seconds , I been able to set a low refresh rate to help update the info, Temp,ppm etc. I also send a [button click] command to the pic then receive data from pic , this was also was getting updated at refresh .....

Now that I added the content etc , the refresh appears broken , I have to click a button to get the update done.. I have a counter in the ESP that updates with a refresh or button click , now
it only updates with a button click..

Have I some how turned on caching ??? no clue.....

I have a JS counter script running, can I emulate a button click from JS?
User avatar
By xtal
#39095 yes in header
changed to this still not work
h1 += "<head><meta http-equiv='refresh' content='8'></head>\n";

I don't know squat about AJAX unless your talking about a cleaner....

I'm updating several table elements and a textarea......................