NuMaker WiFi TCP Example

Revision:
11:658411c71934
Parent:
0:2198c8de64fe
Child:
12:7accee7d9220
--- a/main.cpp	Fri Sep 29 16:38:16 2017 +0800
+++ b/main.cpp	Wed Jan 10 14:20:16 2018 +0800
@@ -37,7 +37,7 @@
 namespace {
     // Test connection information
 #ifndef LOCAL_LAN
-const char *HTTP_SERVER_NAME = "developer.mbed.org";
+const char *HTTP_SERVER_NAME = "os.mbed.com";
 #else
 const char *HTTP_SERVER_NAME = "pt22_winserver2.nuvoton.com";
 #endif