test

Dependents:   wifigpslcd

Fork of ESP8266 by Antonio Quevedo

Revision:
3:ba8baa31f906
Parent:
2:77388e8f0697
--- a/ESP8266.h	Sun Dec 28 21:58:49 2014 +0000
+++ b/ESP8266.h	Sat May 23 03:54:26 2015 +0000
@@ -34,6 +34,7 @@
 void GetConnStatus(char * st);
 void StartServerMode(int port);
 void CloseServerMode(void);
+void setAP(char * ssid, char * pass, int channel);
 
 private:
 Serial comm;