添加stmisp协议
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user