pull/58/head
XiaochaoGONG 2019-04-11 17:32:55 +08:00
parent 234e17bf48
commit ac5c028f9b
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ static esp_err_t index_handler(httpd_req_t *req){
if (s->id.PID == OV3660_PID) { if (s->id.PID == OV3660_PID) {
return httpd_resp_send(req, (const char *)index_ov3660_html_gz_start, index_ov3660_html_gz_len); return httpd_resp_send(req, (const char *)index_ov3660_html_gz_start, index_ov3660_html_gz_len);
} }
return httpd_resp_send(req, (const char *)index_ov2640_html_gz_start, index_ov3660_html_gz_len); return httpd_resp_send(req, (const char *)index_ov2640_html_gz_start, index_ov2640_html_gz_len);
} }
void app_httpd_main(){ void app_httpd_main(){