From 75843d7e163f97fd42f96661863c1de664b08cc8 Mon Sep 17 00:00:00 2001 From: Guo Wenxue <guowenxue@gmail.com> Date: Sun, 07 Jul 2024 19:28:29 +0800 Subject: [PATCH] Update modules led source code to support other pins --- project/openlibs/libevent/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/project/openlibs/libevent/build.sh b/project/openlibs/libevent/build.sh index 55e452d..a5be912 100755 --- a/project/openlibs/libevent/build.sh +++ b/project/openlibs/libevent/build.sh @@ -6,7 +6,7 @@ PACK_SUFIX=tar.gz # LingYun source code FTP server -LY_FTP=http://main.iot-yun.club:2211/src/ +LY_FTP=http://main.weike-iot.com:2211/src/ # library download URL address LIB_URL=$LY_FTP -- Gitblit v1.9.1