We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83b933 commit 8e97d46Copy full SHA for 8e97d46
pico_w/wifi/httpd/CMakeLists.txt
@@ -28,5 +28,5 @@ pico_set_lwip_httpd_content(pico_httpd_content INTERFACE
28
${CMAKE_CURRENT_LIST_DIR}/content/test.shtml
29
${CMAKE_CURRENT_LIST_DIR}/content/ledpass.shtml
30
${CMAKE_CURRENT_LIST_DIR}/content/ledfail.shtml
31
- ${CMAKE_CURRENT_LIST_DIR}/content/img/rpi.png
+ ${CMAKE_CURRENT_LIST_DIR}/content/img/rpi.png.gz
32
)
pico_w/wifi/httpd/content/img/rpi.png renamed to pico_w/wifi/httpd/content/img/rpi.png.gz
9.12 KB
pico_w/wifi/httpd/content/index.shtml
@@ -4,7 +4,7 @@
4
</head>
5
<body>
6
<h1>Pico httpd example</h1>
7
- <p><img src="/img/rpi.png"/></p>
+ <p><img src="/img/rpi.png.gz"/></p>
8
<p><!--#welcome--></p>
9
<p>Uptime is <!--#uptime--> seconds</p>
10
<p><a href="/?test">CGI handler test</a></p>
0 commit comments