添加app对接接口已经修改灯显示

This commit is contained in:
OPTOC
2025-09-15 16:48:12 +08:00
parent 11bdfc80d2
commit 15f2af329a
5 changed files with 159 additions and 18 deletions

View File

@@ -12,10 +12,12 @@ typedef struct
os_thread_t embedded_thread;
os_thread_t pc_thread;
os_thread_t task_thread;
os_thread_t app_thread;
ota_u_t otau;
resend_device_t resend_device;
SemaphoreHandle_t resend_read_mutex;
}sertrf_t;
/**
@@ -47,6 +49,10 @@ void embedded_thread(void* arg);
* @brief pc thread
*/
void pc_thread(void* arg);
/**
* @brief app thread
*/
void app_thread(void* arg);
/**
* @brief task thread
*/