No description
| src | ||
| systemd | ||
| README.md | ||
| requirements.txt | ||
Install python packages
pip3 install -r requirements.txt
Install Systemd Service
sudo cp systemd/mqtt-pi-led-display.service /etc/systemd/system/ sudo systemctl start mqtt-pi-led-display.service sudo systemctl enable mqtt-pi-led-display.service