Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: ATCmdParserTest_V1_0_F103
Diff: ESP8266Webserver.h
- Revision:
- 15:e710f0431920
- Parent:
- 14:d17cfd8131b1
- Child:
- 16:b09391fb73b4
diff -r d17cfd8131b1 -r e710f0431920 ESP8266Webserver.h
--- a/ESP8266Webserver.h Thu Jun 10 07:32:53 2021 +0000
+++ b/ESP8266Webserver.h Fri Jun 18 15:33:21 2021 +0000
@@ -19,11 +19,13 @@
int clientIdx=0;
char sendstring[1000];
BufferedSerial *_serial;
+ char ipadr[100];
ATCmdParser *_parser;
int Aufrufe=0;
bool gefunden;
string ipad=ip;
+
public:
char suchergebnis[20];
@@ -37,16 +39,8 @@
const char* gibWert(const char* suchstring);
string gibWertString(string suchstring);
void debugOn(bool pD);
+ void listAPs();
+ char* gibIP();
- void connect_wifi(string cmd, int t); //This function is for connecting ESP8266 with wifi network by using AT commands
-
-
- void WIFIsetup(string pSSID, string pPW);
-
-
- void wifi_init(); //This function contains AT commands that passes to connect_wifi()
-
-
- bool check4IP(int t1); //A function to check ip of ESP8266
};
\ No newline at end of file