Skip to content

Commit d940b42

Browse files
committed
updated DHT library version for pi 4 fix
1 parent 64fbd88 commit d940b42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

part3/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ sudo npm -g install node-red-node-pi-neopixel
120120
On the Raspberry Pi with the DHT sensor attached, follow the BMC2835 install instructions at [http://www.airspayce.com/mikem/bcm2835/index.html](http://www.airspayce.com/mikem/bcm2835/index.html)
121121

122122
``` bash
123-
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.58.tar.gz
124-
tar zxvf bcm2835-1.58.tar.gz
125-
cd bcm2835-1.58
123+
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.62.tar.gz
124+
tar zxvf bcm2835-1.62.tar.gz
125+
cd bcm2835-1.62
126126
./configure
127127
make
128128
sudo make check

0 commit comments

Comments
 (0)