Skip to content

Commit

Permalink
Not writing dtoverlay=seeed-*mic-voicecard to /boot/config.txt
Browse files Browse the repository at this point in the history
It is easier for debugging, and easier for switching cards around, too.
  • Loading branch information
HinTak committed Apr 24, 2021
1 parent fdd67ea commit eab694c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seeed-voicecard
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ if [ "$overlay" ]; then
if [[ "$kernel_ver" =~ ^4\.19.*$ || "$kernel_ver" =~ ^5\.*$ ]]; then
for i in $RPI_HATS; do
if [ "$i" == "$overlay" ]; then
do_overlay $overlay 0
/bin/true #do_overlay $overlay 0
else
echo Uninstall $i ...
do_overlay $i 1
/bin/true #do_overlay $i 1
fi
done
fi
Expand Down

0 comments on commit eab694c

Please sign in to comment.