添加与app对接协议
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "../led_strip/led_strip.h"
|
||||
#include "key.h"
|
||||
#include "protocol/p_protocol.h"
|
||||
#include "protocol/kuyi_protl.h"
|
||||
#include "protocol/resend_protl.h"
|
||||
#include "ota_u.h"
|
||||
typedef struct
|
||||
{
|
||||
@@ -12,8 +12,10 @@ typedef struct
|
||||
os_thread_t embedded_thread;
|
||||
os_thread_t pc_thread;
|
||||
os_thread_t task_thread;
|
||||
|
||||
|
||||
ota_u_t otau;
|
||||
resend_device_t resend_device;
|
||||
SemaphoreHandle_t resend_read_mutex;
|
||||
}sertrf_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user