与APP协议通讯验证,并添加获取与修改wifi、ble设置命令
This commit is contained in:
@@ -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 模块初始化
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user