Skip to content

Commit

Permalink
[utils/common] better format (last one)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Dec 14, 2023
1 parent 9c0e404 commit 959ec30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function is_raspeberrypi_soc() {
RASPBERRYPI_MODEL="$(tr -d '\0' <"$DT_FILE")"
if [ ! -f /dev/i2c-1 ]; then
echo -e "[$fail_format]"
echo -e "\n\nI2C and I2S must be enabled... Follow the steps below:\n" | tee -a "$LOG_FILE"
echo -e "\n➤ I2C and I2S must be enabled. Follow the steps below:\n" | tee -a "$LOG_FILE"
echo -e " echo 'dtparam=i2c_arm=on' | sudo tee -a /boot/config.txt"
echo -e " echo 'dtparam=i2s=on' | sudo tee -a /boot/config.txt"
echo -e " echo 'i2c-dev' | sudo tee /etc/modules-load.d/i2c.conf"
Expand Down

0 comments on commit 959ec30

Please sign in to comment.