We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8426956 commit 1215a9fCopy full SHA for 1215a9f
1 file changed
install.sh
@@ -33,7 +33,7 @@ if [ -z "$2" ]; then
33
sudo apt update
34
fi
35
36
-sudo apt-get install -y python3-serial python3-configobj python3-pip python3-pymodbus bluetooth libbluetooth-dev
+sudo apt-get install -y python3-serial python3-configobj python3-pip python3-pymodbus bluetooth libbluetooth-dev python3-spidev
37
pip3 install paho-mqtt requests pybluez py-sds011 sdm_modbus minimalmodbus
38
39
if [ "$emonSD_pi_env" = 1 ]; then
0 commit comments