添加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

@@ -16,6 +16,10 @@ typedef struct
int total_size;
}ota_u_t;
/**
* @brief 获取当前ota信息
*/
void get_partition_status(ota_u_t* otau);
/**
* @brief OTA初始化
*