实现wifi初始化,以及使用wifi的AP模式实现串口转wifi功能

This commit is contained in:
OPTOC
2025-08-20 15:10:26 +08:00
parent 9abdbeb771
commit ff7e6754f4
3 changed files with 73 additions and 13 deletions

View File

@@ -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
{