1

Dependencies:   ATParser

Dependents:   UDPNode

Revision:
4:d53cfe3998bc
Parent:
2:3518f7c570de
--- a/ESP8266.h	Wed Jun 27 13:43:43 2018 +0000
+++ b/ESP8266.h	Sat Jul 07 10:49:49 2018 +0000
@@ -134,6 +134,9 @@
     * Checks if data can be written
     */
     bool writeable();
+    
+    //TODO section
+    bool setupAP();
 
 private:
     BufferedSerial _serial;