Skip to content

Commit

Permalink
over_voltage according to raspberrypi/linux#2555 fixes camera issues …
Browse files Browse the repository at this point in the history
…with the raspberry pi zero, which yield to crashes of the system
  • Loading branch information
Machriam committed May 7, 2024
1 parent baa709e commit 627030d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PlantMonitorControl/Install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ sudo cp ./Install/PlantMonitorStart.service /lib/systemd/system/
sudo chmod 644 /lib/systemd/system/PlantMonitorStart.service
sudo systemctl daemon-reload
sudo systemctl enable PlantMonitorStart.service
sudo systemctl start PlantMonitorStart.service
sudo systemctl start PlantMonitorStart.service
echo -e "\nover_voltage=4\n" | sudo tee -a /boot/config.txt

0 comments on commit 627030d

Please sign in to comment.