From 8517494b239d652ea9a24457faa13f88f55979b9 Mon Sep 17 00:00:00 2001 From: Guo Wenxue <guowenxue@gmail.com> Date: Sun, 29 Dec 2024 14:45:29 +0800 Subject: [PATCH] Update infrared code to support two channels --- project/openlibs/libgpiod/build.sh | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/project/openlibs/libgpiod/build.sh b/project/openlibs/libgpiod/build.sh index d703b78..bff5124 100755 --- a/project/openlibs/libgpiod/build.sh +++ b/project/openlibs/libgpiod/build.sh @@ -1,12 +1,14 @@ #!/bin/bash +# Build depends system tools: +# sudo apt install -y automake texinfo libtool # library name and version # Official: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git -LIB_NAME=libgpiod-1.6.4 +LIB_NAME=libgpiod-1.6.2 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