Few typing corrections and translations

This commit is contained in:
Cristian
2022-09-21 09:37:15 +02:00
parent 6b6e677f8b
commit 01337ddcbf
23 changed files with 69 additions and 69 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 threthold to: %d", value);
ESP_LOGD(TAG, "Set awb gain threshold to: %d", value);
sensor->status.awb_gain = value;
}
return ret;