Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit c7a15b7

Browse files
authored
Restore auto-refresh
1 parent c414d9e commit c7a15b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Ethernet/Async_AdvancedWebServer_MemoryIssues_SendArduinoString/Async_AdvancedWebServer_MemoryIssues_SendArduinoString.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************************************************************
2-
Async_AdvancedWebServer.ino - Dead simple AsyncWebServer for STM32 LAN8720 or built-in LAN8742A Ethernet
2+
Async_AdvancedWebServer_MemoryIssues_Send_CString.ino - Dead simple AsyncWebServer for STM32 LAN8720 or built-in LAN8742A Ethernet
33
44
For Portenta_H7 (STM32H7) with Vision-Shield Ethernet
55
@@ -105,6 +105,7 @@ void handleRoot(AsyncWebServerRequest *request)
105105
snprintf(temp, BUFFER_SIZE - 1,
106106
"<html>\
107107
<head>\
108+
<meta http-equiv='refresh' content='5'/>\
108109
<title>AsyncWebServer-%s</title>\
109110
<style>\
110111
body { background-color: #cccccc; font-family: Arial, Helvetica, Sans-Serif; Color: #000088; }\

0 commit comments

Comments
 (0)