Code: Select all
idf_component_register(SRCS "main.c" "http_server.c" "mqtt_server.c"
INCLUDE_DIRS "."
EMBED_FILES "favicon.ico" "connect.html" "connect_bgc.png" "color.html")
会出现如下报错
Code: Select all
E (9969) file_server: Failed to stat file : /data/connect_bgc.png
W (9979) httpd_txrx: httpd_resp_send_err: 404 Not Found - File does not exist
W (9979) httpd_uri: httpd_uri: uri handler execution failed
E (11989) file_server: Failed to stat file : /data/connect_bgc.png
W (11989) httpd_txrx: httpd_resp_send_err: 404 Not Found - File does not exist
W (11999) httpd_uri: httpd_uri: uri handler execution failed
W (119719) httpd_txrx: httpd_sock_err: error in recv : 104
W (119719) httpd_txrx: httpd_sock_err: error in recv : 104
将图片格式从png转换为ico还是无法显示,原图片大小为700k,压缩后150k