wifi test

Dependencies:   X_NUCLEO_IKS01A2 mbed-http

Revision:
0:24d3eb812fd4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/source/select-demo.h	Wed Sep 05 14:28:24 2018 +0000
@@ -0,0 +1,12 @@
+#ifndef _SELECT_METHOD_H_
+#define _SELECT_METHOD_H_
+
+#define         DEMO_HTTP                   1
+#define         DEMO_HTTP_SOCKET_REUSE      2
+#define         DEMO_HTTPS                  3
+#define         DEMO_HTTPS_SOCKET_REUSE     4
+#define         DEMO_HTTPx                  5
+
+#define         DEMO            DEMO_HTTPx
+#endif // _SELECT_METHOD_H_
+