So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Meathome2017
#71538 Board NodeMCU 8266 12e
Using the Arduino IDE as a programmer.
The board is working fine as long as I try to do nothing out of the ordinary.
I would like to auto refresh the webpage every 10 seconds and I have tried using this command
<meta http-equiv="refresh" content="10" >
but this fails with the error
client.println("<meta http-equiv="refresh" content="10" ">);

^
exit status 1
expected ')' before 'refresh'
I am very very new to all of this and probably doing something and probably doing something obviously wrong but I can’t see it.
You do not have the required permissions to view the files attached to this post.