From 2e84abfd073ec3047c7b3295c47f109007f3bd80 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 02 Feb 2026 16:34:56 +0800 Subject: [PATCH] Update lightd code to get lux value without timeout --- project/openlibs/openssl/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/project/openlibs/openssl/build.sh b/project/openlibs/openssl/build.sh index 547556d..c301db3 100755 --- a/project/openlibs/openssl/build.sh +++ b/project/openlibs/openssl/build.sh @@ -6,7 +6,7 @@ PACK_SUFIX=tar.gz # LingYun source code FTP server -LY_FTP=http://main.weike-iot.com:2211/src/ +LY_FTP=http://weike-iot.com:2211/src/ # library download URL address LIB_URL=$LY_FTP -- Gitblit v1.10.0