Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 9:7bea0a488b3f, committed 2018-01-10
- 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