Skip to content

Commit 1215a9f

Browse files
committed
include spidev
1 parent 8426956 commit 1215a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [ -z "$2" ]; then
3333
sudo apt update
3434
fi
3535

36-
sudo apt-get install -y python3-serial python3-configobj python3-pip python3-pymodbus bluetooth libbluetooth-dev
36+
sudo apt-get install -y python3-serial python3-configobj python3-pip python3-pymodbus bluetooth libbluetooth-dev python3-spidev
3737
pip3 install paho-mqtt requests pybluez py-sds011 sdm_modbus minimalmodbus
3838

3939
if [ "$emonSD_pi_env" = 1 ]; then

0 commit comments

Comments
 (0)