分离LVGL task到新文件

This commit is contained in:
不吃油炸鸡
2026-02-02 10:49:17 +08:00
parent 508718358a
commit 787cdbd2d5
9 changed files with 23601 additions and 23552 deletions

View File

@@ -30,7 +30,7 @@ void MessageTask(void *argument)
// check the received message is "update\r\n" ?
if(strcmp((const char *)uart_receive_buf, "update\r\n") == 0) {
// send response
printf("start update\r\n");
UART6_TX_Send((uint8_t *)"start update\r\n", 14);
EEPROM_UpdateCommand_Write(true);
HAL_Delay(100);
// reset