T21: set blank params for sc2235 sensor

pull/1366/head
Igor Zalatov (from Citadel PC) 2024-03-29 01:43:59 +03:00
parent d7f90a9c48
commit 4d3c0d0ebb
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ case ${SENSOR} in
ISP_PARAM="isp_clk=90000000"
SENSOR_PARAM=""
;;
"sc2235")
ISP_PARAM=""
SENSOR_PARAM=""
;;
"sc2332")
ISP_PARAM=""
SENSOR_PARAM="sensor_gpio_func=0"