添加与app对接协议

This commit is contained in:
OPTOC
2025-09-09 18:16:48 +08:00
parent fb05542e80
commit f081dc891c
8 changed files with 523 additions and 7 deletions

View File

@@ -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;
/**