A270S生产版本更新

This commit is contained in:
2025-04-17 17:57:04 +08:00
parent f70040e5f3
commit 0fd28aa974
39 changed files with 30463 additions and 29615 deletions

View File

@ -727,6 +727,8 @@ extern int ark_network_init(void);
#endif
extern void Moto_speed_timer(void);
uint8_t power_icon=100;
void awtk_thread(void *data)
{
printf("awtk thread start.\n");
@ -889,6 +891,11 @@ void awtk_thread(void *data)
// speed_convert_mile_calculation();
// idletick_500ms = xTaskGetTickCount();
// }
if(Get_sys_power_on_self_test() == 100 && power_icon){
power_icon--;
// if(power_icon==1)
// console_send_atcmd("AT+NAME=GPX-GR250-BT,1\r\n", strlen("AT+NAME=GPX-GR250-BT,1\r\n"));//修改蓝牙名
}
vTaskDelay(pdMS_TO_TICKS(10)); /*Just to let the system breath*/
}
}