Uncomment /dev/zero stuff
This commit is contained in:
parent
88467546ee
commit
b4ce00a899
1 changed files with 6 additions and 6 deletions
12
i2samp.py
12
i2samp.py
|
|
@ -112,12 +112,12 @@ WantedBy=multi-user.target""", append=False)
|
||||||
|
|
||||||
shell.run_command("sudo systemctl daemon-reload")
|
shell.run_command("sudo systemctl daemon-reload")
|
||||||
shell.run_command("sudo systemctl disable aplay")
|
shell.run_command("sudo systemctl disable aplay")
|
||||||
#print("\nYou can optionally activate '/dev/zero' playback in\n"
|
print("\nYou can optionally activate '/dev/zero' playback in\n"
|
||||||
# "the background at boot. This will remove all\n"
|
"the background at boot. This will remove all\n"
|
||||||
# "popping/clicking but does use some processor time.\n\n")
|
"popping/clicking but does use some processor time.\n\n")
|
||||||
#if shell.prompt("Activate '/dev/zero' playback in background? [RECOMMENDED]\n", default="y"):
|
if shell.prompt("Activate '/dev/zero' playback in background? [RECOMMENDED]\n", default="y"):
|
||||||
# shell.run_command("sudo systemctl enable aplay")
|
shell.run_command("sudo systemctl enable aplay")
|
||||||
# reboot = True
|
reboot = True
|
||||||
|
|
||||||
if driver_loaded("max98357a"):
|
if driver_loaded("max98357a"):
|
||||||
print(f"\nWe can now test your {PRODUCT_NAME}")
|
print(f"\nWe can now test your {PRODUCT_NAME}")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue