与APP协议通讯验证,并添加获取与修改wifi、ble设置命令

This commit is contained in:
OPTOC
2025-09-19 14:51:49 +08:00
parent 6f6438f544
commit 7df60a6505
8 changed files with 76 additions and 51 deletions

View File

@@ -6,6 +6,8 @@
#include "protocol/p_protocol.h"
#include "protocol/resend_protl.h"
#include "ota_u.h"
#include "../../config/app_config.h"
typedef struct
{
device_t device;
@@ -20,6 +22,14 @@ typedef struct
}sertrf_t;
typedef struct
{
char ble_name[32];
char wifi_ap_ssid[32];
char wifi_ap_password[32];
char wifi_sta_ssid[32];
char wifi_sta_password[32];
}sertrf_stauct_t;
/**
* @brief 模块初始化
*/