From 30aeeeed61e2b0182d673fe2cfedb1b7aa43b1b9 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Thu, 30 May 2024 21:32:49 +0300 Subject: [PATCH] fix(s2): Remove rx_pcm_bypass from registers The register is removed in ESP-IDF --- target/esp32s2/ll_cam.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/esp32s2/ll_cam.c b/target/esp32s2/ll_cam.c index 1c3fdb10e3..580c0355d6 100644 --- a/target/esp32s2/ll_cam.c +++ b/target/esp32s2/ll_cam.c @@ -178,8 +178,6 @@ esp_err_t ll_cam_config(cam_obj_t *cam, const camera_config_t *config) I2S0.sample_rate_conf.rx_bck_div_num = 1; I2S0.sample_rate_conf.rx_bits_mod = 8; - I2S0.conf1.rx_pcm_bypass = 1; - I2S0.conf2.i_v_sync_filter_en = 1; I2S0.conf2.i_v_sync_filter_thres = 4; I2S0.conf2.cam_sync_fifo_reset = 1;