Comments on: MicroPython: ESP32/ESP8266 DS18B20 Web Server (Weather Station) https://randomnerdtutorials.com/micropython-esp32-esp8266-ds18b20-web-server/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sat, 01 May 2021 17:41:17 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Swapnil https://randomnerdtutorials.com/micropython-esp32-esp8266-ds18b20-web-server/#comment-599209 Sat, 01 May 2021 17:41:17 +0000 https://randomnerdtutorials.com/?p=99689#comment-599209 I added back slash for tag to appear properly on the post. Please ignore them while using in your code

]]>
By: Swapnil https://randomnerdtutorials.com/micropython-esp32-esp8266-ds18b20-web-server/#comment-599204 Sat, 01 May 2021 17:39:39 +0000 https://randomnerdtutorials.com/?p=99689#comment-599204 In reply to Jake.

You can use http-equiv meta tag inside head section as below:

\<head>
  \<meta http-equiv=”refresh” content=”30″>
\</head>

This will refresh document every 30 second

]]>
By: Jake https://randomnerdtutorials.com/micropython-esp32-esp8266-ds18b20-web-server/#comment-540996 Thu, 14 Jan 2021 19:10:11 +0000 https://randomnerdtutorials.com/?p=99689#comment-540996 Thanks for another great tutorial! Is there a way to modify the code to have the web page auto-refresh every x seconds?

]]>
By: Sara Santos https://randomnerdtutorials.com/micropython-esp32-esp8266-ds18b20-web-server/#comment-521327 Sat, 21 Nov 2020 11:44:04 +0000 https://randomnerdtutorials.com/?p=99689#comment-521327 In reply to salvatore.

Thanks for the suggestion.

]]>
By: salvatore https://randomnerdtutorials.com/micropython-esp32-esp8266-ds18b20-web-server/#comment-520948 Fri, 20 Nov 2020 17:01:13 +0000 https://randomnerdtutorials.com/?p=99689#comment-520948 Hi,
why do you not use Flask module to design UI? very interesting, it implements route among pages too.
thanks and regards

]]>