Reversed the changes in the directory of the esp32-cam: /components/esp32-camera-master upon request from jomjol

This commit is contained in:
Cristian
2022-09-21 23:42:02 +02:00
parent 6938299b72
commit 7d8cdc79f2
5 changed files with 17 additions and 17 deletions

View File

@@ -399,7 +399,7 @@ static int set_awb_gain_dsp(sensor_t *sensor, int value)
int ret = 0;
ret = SCCB_Write(sensor->slv_addr, 0xa6, value);
if (ret == 0) {
ESP_LOGD(TAG, "Set awb gain threshold to: %d", value);
ESP_LOGD(TAG, "Set awb gain threthold to: %d", value);
sensor->status.awb_gain = value;
}
return ret;