fix: picoreplayer remove config param

This commit is contained in:
2025-05-24 11:05:10 +02:00
parent 9feace9558
commit cbde498ae8

View File

@@ -71,7 +71,7 @@ fi
# Flash image
echo "Flashing $IMG_ZIP to $SDCARD (will overwrite everything!)"
sync
xzcat "$IMG_ZIP" | dd of="$SDCARD" bs=4M status=progress conv=fsync
xzcat "$IMG_ZIP" | dd of="$SDCARD" bs=4M status=progress
sync
# Determine partition suffixes (/dev/sdX1 vs /dev/mmcblk0p1)
@@ -109,8 +109,6 @@ if [[ "$DEVICE" == "rpi-zero" || "$DEVICE" == "rpi-zero-2" ]]; then
# Hifiberry DAC+ overlay for Zero models
dtoverlay=hifiberry-dacplus-std
# turn off onboard audio
dtparam=audio=off
EOF
fi