From 128473e5fd6694d44c8f4dc46a7510c2a98e5faf Mon Sep 17 00:00:00 2001 From: Dennis Heynlein Date: Tue, 31 May 2022 21:23:15 +0200 Subject: [PATCH] add devterm-wiringpi-cpi to apt install. missing gpio-tool under Armbian. --- Code/devterm_fan_daemon_cpi_a06/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/devterm_fan_daemon_cpi_a06/README.md b/Code/devterm_fan_daemon_cpi_a06/README.md index f739d16..529cb7c 100644 --- a/Code/devterm_fan_daemon_cpi_a06/README.md +++ b/Code/devterm_fan_daemon_cpi_a06/README.md @@ -8,7 +8,7 @@ wget -O - https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo apt-key add - echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | sudo tee -a /etc/apt/sources.list.d/clockworkpi.list -sudo apt update && apt install -y devterm-fan-daemon-cpi-a06 +sudo apt update && apt install -y devterm-fan-daemon-cpi-a06 devterm-wiringpi-cpi ``` ## Change the threshold temperature