This commit is contained in:
helloyifa 2025-06-17 15:28:05 +08:00
commit 828f92af0b

View File

@ -362,7 +362,11 @@ static void handle_system_event(key_event_t event)
poweroff_voice(); poweroff_voice();
ws2812_led_clear_all(); ws2812_led_clear_all();
ispoweron = 0; ispoweron = 0;
<<<<<<< HEAD
rtos_delay_milliseconds(400);
=======
rtos_delay_milliseconds(1000); rtos_delay_milliseconds(1000);
>>>>>>> 055e7e84bd6a0e47612d1047b42c9c6184b187e9
bk_gpio_enable_output(51); bk_gpio_enable_output(51);
bk_gpio_set_output_low(51); bk_gpio_set_output_low(51);