Skip to content

Commit 68bdecf

Browse files
committed
Compress RPI logo in httpd example
Tests raspberrypi/pico-sdk#2549
1 parent 98fc1f8 commit 68bdecf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pico_w/wifi/httpd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ pico_set_lwip_httpd_content(pico_httpd_content INTERFACE
2828
${CMAKE_CURRENT_LIST_DIR}/content/test.shtml
2929
${CMAKE_CURRENT_LIST_DIR}/content/ledpass.shtml
3030
${CMAKE_CURRENT_LIST_DIR}/content/ledfail.shtml
31-
${CMAKE_CURRENT_LIST_DIR}/content/img/rpi.png
31+
${CMAKE_CURRENT_LIST_DIR}/content/img/rpi.png.gz
3232
)
Binary file not shown.

0 commit comments

Comments
 (0)