This commit is contained in:
James Devine 2021-06-10 19:28:58 -07:00 committed by GitHub
parent b532a25456
commit 2a1498a65c

View file

@ -47,7 +47,7 @@ sudo iptables-save > /etc/iptables/rules.v4
echo "installing BME680 library and MQTT client"
pip3 install bme680 paho-mqtt
echo "setting up I2C_LCD, CSS811 and air monitoring script"
cd /home/marsa
cd /home/pi
mkdir airmon
cd airmon
wget -O I2C_LCD_driver.py https://gist.githubusercontent.com/vay3t/8b0577acfdb27a78101ed16dd78ecba1/raw/6cc9bc9989e549c97b32b9df44fe17b1db5a8950/I2C_LCD_driver.py