Skip to content

Commit

Permalink
Disable 1-Wire
Browse files Browse the repository at this point in the history
Disable 1-Wire to prevent errors in logs. openenergymonitor#156
  • Loading branch information
borpin authored Jan 29, 2023
1 parent 1e93b91 commit 2ccc29d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/emonsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ sudo apt-get install -y ufw
# Removed see: https://github.com/openenergymonitor/EmonScripts/issues/83
# sudo sed -i "s/^#arm_freq=800/arm_freq=1200\ngpu_mem=16/" /boot/config.txt

# Disable 1-Wire to prevent errors in logs
# Issue #156
echo "Disabling 1-Wire - will take effect on next reboot"
sudo sed -i 's/dtoverlay=w1-gpio/#dtoverlay=w1-gpio/' /boot/config.txt

# 6 Sep 2019 decision to leave elevator setting as default
# option to review in future: elevator=noop

Expand Down

0 comments on commit 2ccc29d

Please sign in to comment.