This commit is contained in:
dianke3yu 2025-06-16 16:03:06 +08:00
parent 74bc2c078c
commit 29c0a7bcfb

View File

@ -362,7 +362,7 @@ 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;
rtos_delay_milliseconds(300); rtos_delay_milliseconds(400);
bk_gpio_enable_output(51); bk_gpio_enable_output(51);
bk_gpio_set_output_low(51); bk_gpio_set_output_low(51);
@ -675,12 +675,8 @@ static void handle_system_event(key_event_t event)
thing_init(); thing_init();
init_bat_timer(); init_bat_timer();
// spi_led_init(); // spi_led_init();
<<<<<<< HEAD // bk_printf("bk_misc_get_reset_reason = 0x%02X \n",bk_misc_get_reset_reason());
bk_printf("VER:%s\r\n","1.0.6");
=======
bk_printf("bk_misc_get_reset_reason = 0x%02X \n",bk_misc_get_reset_reason());
bk_printf("VER:1.0.3 2025.05.27\r\n"); bk_printf("VER:1.0.3 2025.05.27\r\n");
>>>>>>> 0c7475e0d398483dba561d0acb30a572a0d6c861
#endif #endif
#endif #endif