1.范工确认的pwm更改

This commit is contained in:
payton 2023-08-22 17:54:42 +08:00
parent 8554fa9cd5
commit e51081507b
2 changed files with 8 additions and 8 deletions

View File

@ -464,7 +464,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo
}
else
{
ui_rise = 45;//55%
ui_rise = 60;//40%
}
}
else
@ -475,7 +475,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo
}
else
{
ui_rise = 30;//70%
ui_rise = 55;//45%
}
}
#else
@ -489,7 +489,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo
}
else
{
ui_rise = 45;//55%
ui_rise = 65;//35%
}
}
else
@ -500,7 +500,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo
}
else
{
ui_rise = 30;//70%
ui_rise = 60;//40%
}
}
#endif

View File

@ -449,7 +449,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo
}
else
{
ui_rise = 45;//55%
ui_rise = 60;//40%
}
}
else
@ -460,7 +460,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo
}
else
{
ui_rise = 30;//70%
ui_rise = 55;//45%
}
}
#else
@ -474,7 +474,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo
}
else
{
ui_rise = 45;//55%
ui_rise = 65;//35%
}
}
else
@ -485,7 +485,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo
}
else
{
ui_rise = 30;//70%
ui_rise = 60;//40%
}
}
#endif