Extending the X_NUCLEO_IDW01M1 to allow configuration of the board as an access point

Dependents:   X_NUCLEO_IDW01M1_AP_Test

Fork of X_NUCLEO_IDW01M1 by ST

Revision:
7:0fdd186a7d90
Parent:
6:e7a3fca2df10
Child:
11:67a8c3499caf
--- a/SPWFInterface.h	Mon May 09 10:38:22 2016 +0000
+++ b/SPWFInterface.h	Wed May 11 06:12:16 2016 +0000
@@ -63,8 +63,8 @@
     virtual     void socket_attach(void *handle, void (*callback)(void *), void *data);
            
 private:
-    int     init(void);
-    //int         get_network_socket(struct spwf_socket **handle);
+    int         init(void);
+    //int       get_network_socket(struct spwf_socket **handle);
         
     SpwfSADevice _spwf;
     bool _ids[SPWFSA_SOCKET_COUNT];