添加stmisp协议

This commit is contained in:
OPTOC
2025-10-07 17:49:20 +08:00
parent 0c1ff65651
commit 0336a20472
5 changed files with 382 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
#include "key.h"
#include "protocol/p_protocol.h"
#include "protocol/resend_protl.h"
#include "protocol/stmisp.h"
#include "ota_u.h"
#include "../../config/app_config.h"
@@ -17,9 +18,13 @@ typedef struct
os_thread_t app_thread;
ota_u_t otau;
//自定义协议
resend_device_t resend_device;
SemaphoreHandle_t resend_read_mutex;
//STMISP协议
stmisp_device_t stmisp_device;
}sertrf_t;
typedef struct