We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0906be6 commit fc58349Copy full SHA for fc58349
features/FEATURE_LWIP/TESTS/mbedmicro-net/tcp_hello_world/main.cpp
@@ -33,7 +33,7 @@ using namespace utest::v1;
33
34
namespace {
35
// Test connection information
36
- const char *HTTP_SERVER_NAME = "developer.mbed.org";
+ const char *HTTP_SERVER_NAME = "os.mbed.com";
37
const char *HTTP_SERVER_FILE_PATH = "/media/uploads/mbed_official/hello.txt";
38
const int HTTP_SERVER_PORT = 80;
39
#if defined(TARGET_VK_RZ_A1H)
0 commit comments