This commit is contained in:
SybexX
2025-01-31 11:49:46 +01:00
committed by GitHub
parent be3312e912
commit 603fcfef33

View File

@@ -1281,7 +1281,7 @@ esp_err_t handler_editflow(httpd_req_t *req)
int _ImageDenoiseLevel = std::stoi(_valuechar); int _ImageDenoiseLevel = std::stoi(_valuechar);
if (CCstatus.CamSensor_id == OV2640_PID) if (CCstatus.CamSensor_id == OV2640_PID)
{ {
CCstatus.ImageDenoiseLevel = 0; CFstatus.ImageDenoiseLevel = 0;
} }
else else
{ {