20260324
This commit is contained in:
26
IAPV1.1/Driver/esp8266/tcp.h
Normal file
26
IAPV1.1/Driver/esp8266/tcp.h
Normal file
@ -0,0 +1,26 @@
|
||||
#ifndef __TCP_H
|
||||
#define __TCP_H
|
||||
#include "stm32l1xx.h"
|
||||
#include "bsp.h"
|
||||
|
||||
/*
|
||||
*<2A><><EFBFBD>²<EFBFBD><C2B2><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>IJ<DEB8><C4B2>ܲ<EFBFBD><DCB2><EFBFBD><EFBFBD>ù<EFBFBD>
|
||||
*/
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD>STAģʽ<C4A3><CABD><EFBFBD><EFBFBD>
|
||||
//#define User_ESP8266_SSID "502_2.4G"
|
||||
//#define User_ESP8266_PWD "licahk*******" //wifi<66><69><EFBFBD><EFBFBD>
|
||||
//#define User_ESP8266_PWD "shbh03302"
|
||||
//#define User_ESP8266_TCPServer_IP "192.168.9.61" //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>IP
|
||||
//#define User_ESP8266_TCPServer_PORT "8080" //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿ں<CBBF>
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>IJ<EFBFBD><C4B2><EFBFBD>
|
||||
//#define ESP8266_AP_Port "8080"
|
||||
//#define ESP8266_AP_SSID "lica_esp8266"
|
||||
//#define ESP8266_AP_PWD "12345678"
|
||||
//extern volatile uint8_t TcpClosedFlag; //<2F><><EFBFBD><EFBFBD>״̬<D7B4><CCAC>־
|
||||
//void ESP8266_STA_TCPClient_Test(void);
|
||||
void ESP8266_AP_TCPServer_Config(char *ssid,char *pwd,char *port);
|
||||
//void Parse_ESP8266_Buffer(void);
|
||||
void WIFI_Process(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user