zl程序教程

您现在的位置是:首页 >  后端

当前栏目

C语言之制作ota文件包(作为参考)

C语言文件 制作 作为 参考 OTA
2023-09-14 09:07:03 时间
#include "ota_fun.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#define OTA_FILE_SIZE sizeof(ota_t)

typedef struct
{
   
	char head[32];
	char version[