Nuvoton / Mbed OS NuMaker-mbed-tcp

Files at this revision

API Documentation at this revision

Comitter:
ccli8
Date:
Wed Jan 10 11:49:58 2018 +0800
Parent:
8:e0bd102871f1
Child:
10:717012361a47
Commit message:
Fix error with HTTP server movement

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jan 10 11:40:57 2018 +0800
+++ b/main.cpp	Wed Jan 10 11:49:58 2018 +0800
@@ -21,7 +21,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