A270S生产版本更新
This commit is contained in:
@ -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*/
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user