From d15992142e7abf2d89adbaf62b3b6c9a60b38d55 Mon Sep 17 00:00:00 2001 From: Gunnar Skjold Date: Sun, 14 Jul 2024 21:24:29 +0200 Subject: [PATCH] Removed test ip --- lib/CloudConnector/src/CloudConnector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CloudConnector/src/CloudConnector.cpp b/lib/CloudConnector/src/CloudConnector.cpp index 83c6ab5a..19e897d2 100644 --- a/lib/CloudConnector/src/CloudConnector.cpp +++ b/lib/CloudConnector/src/CloudConnector.cpp @@ -86,7 +86,7 @@ bool CloudConnector::init() { //if(config.port == 0) config.port = 7443; //if(strlen(config.hostname) == 0) - strcpy_P(config.hostname, PSTR("192.168.230.40")); + strcpy_P(config.hostname, PSTR("cloud.amsleser.no")); snprintf_P(clearBuffer, CC_BUF_SIZE, PSTR("http://%s/hub/cloud/public.key"), config.hostname); #if defined(AMS_REMOTE_DEBUG)