LONGER SELF TEST lamp light

This commit is contained in:
Yunhorn 2024-04-09 16:19:00 +08:00
parent c8932353a6
commit 321f70b732
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ void STS_Lamp_Bar_Self_Test_Simple(void)
luminance_level = 10;
do {
STS_Lamp_Bar_Set_STS_RGB_Color(color, luminance_level);
HAL_Delay(10);
HAL_Delay(50);
luminance_level += 20;
} while (luminance_level < 99);
//STS_Lamp_Bar_Set_Dark();