A27两个不同版本的UI合并到同一个工程

This commit is contained in:
2025-07-10 15:16:58 +08:00
parent caf35e2429
commit f0d004e8c5
542 changed files with 53381 additions and 32365 deletions

View File

@ -726,6 +726,8 @@ extern int get_usb_mode();
extern int ark_network_init(void);
#endif
extern void Moto_speed_timer(void);
void awtk_thread(void *data)
{
printf("awtk thread start.\n");
@ -774,10 +776,9 @@ void awtk_thread(void *data)
#endif
/* uart rx demo */
printf("MXC_A58 > UART3 OPEN.\r\n");
uart_communicates_with_bt();
printf("MXC_A58 > UART2 OPEN.\r\n");
uart_rx_demo();
// uart_rx_demo();
/* can demo */
@ -861,6 +862,8 @@ void awtk_thread(void *data)
// static float cell_value = 0;
// static uint8_t cell_count = 0;
Moto_speed_timer();
while(1) {
#ifdef TASK_STATUS_MONITOR