Skip to content

Commit

Permalink
enable switch when testing the speaker
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovmong committed Oct 18, 2024
1 parent dcab849 commit d3938ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions i2samp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ echo "We can now test your $productname"
warning "Set your speakers if possible!"
if confirm "Do you wish to test your system now?"; then
echo "Testing..."
pinctrl set 20 op dh
speaker-test -l5 -c2 -t wav
fi
newline
Expand Down
2 changes: 1 addition & 1 deletion picrawler/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.1"
__version__ = "2.1.2"

0 comments on commit d3938ad

Please sign in to comment.