You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sadly I am not experienced with HTML. Managed it to build a page that works using this library (thanks for that :) ). But I have the problem that values on my ESP do change and I would like to update them on the page accordingly.
I have tried with
mServer.send(200, "text/plain", _PAGE_LLAMP);
but with no success.
I can post my classes here if it is helpful. But there must be a simple way to just update the page or trigger the page to update by itself, maybe by allinging the call above or something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
sadly I am not experienced with HTML. Managed it to build a page that works using this library (thanks for that :) ). But I have the problem that values on my ESP do change and I would like to update them on the page accordingly.
I have tried with
mServer.send(200, "text/plain", _PAGE_LLAMP);
but with no success.
I can post my classes here if it is helpful. But there must be a simple way to just update the page or trigger the page to update by itself, maybe by allinging the call above or something?
Beta Was this translation helpful? Give feedback.
All reactions