Modified Library for using the Wifi module ESP8266, first version with basic commands, soon new commands will be added

Fork of ESP8266 by Antonio Quevedo

Revision:
3:8a8fb2e0958c
Parent:
2:77388e8f0697
--- a/ESP8266.h	Sun Dec 28 21:58:49 2014 +0000
+++ b/ESP8266.h	Fri Aug 12 13:16:01 2016 +0000
@@ -34,6 +34,7 @@
 void GetConnStatus(char * st);
 void StartServerMode(int port);
 void CloseServerMode(void);
+void SetAP(char * id, char * pwd, char chl, char ecn);
 
 private:
 Serial comm;