Removed test ip

This commit is contained in:
Gunnar Skjold
2024-07-14 21:24:29 +02:00
parent fed3948f85
commit d15992142e

View File

@@ -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)