实现wifi初始化,以及使用wifi的AP模式实现串口转wifi功能
This commit is contained in:
@@ -6,11 +6,12 @@
|
||||
#include "../data_port/ble_spp/ble_spp_client.h"
|
||||
#include "../data_port/socket_inet/socket_inet_server_shell.h"
|
||||
#include "../data_port/socket_inet/wifi.h"
|
||||
#include "../data_port/socket_inet/socket_inet.h"
|
||||
#include "sys_log.h"
|
||||
|
||||
#define UART_ENABLE 1
|
||||
#define BLE_ENABLE 1
|
||||
#define WIFI_ENABLE 0
|
||||
#define WIFI_ENABLE 1
|
||||
|
||||
enum DEVICE_ERROR
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user