From 086cea5ff4262acc022f160f31363a25cb4afb4e Mon Sep 17 00:00:00 2001 From: Qubot <1445788683@qq.com> Date: Wed, 18 Oct 2023 17:40:02 +0800 Subject: [PATCH] fix bug change to wiringPi --- scripts/general.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/general.sh b/scripts/general.sh index 3d2bd2a..19d6ab2 100755 --- a/scripts/general.sh +++ b/scripts/general.sh @@ -1879,8 +1879,8 @@ install_wiringop() fi - cp ${EXTER}/cache/sources/wiringOP/next ${SDCARD}/usr/src/wiringOP -rfa - cp ${EXTER}/cache/sources/wiringOP-Python/next ${SDCARD}/usr/src/wiringOP-Python -rfa + cp ${EXTER}/cache/sources/wiringPi/next ${SDCARD}/usr/src/wiringPi -rfa + cp ${EXTER}/cache/sources/wiringPi-Python/next ${SDCARD}/usr/src/wiringPi-Python -rfa } install_docker() {