lower default volume
This commit is contained in:
parent
5eabd3d955
commit
f2325f3811
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ class Peripherals:
|
|||
if safe_volume_limit < 1 or safe_volume_limit > 20:
|
||||
raise ValueError("safe_volume_limit must be between 1 and 20")
|
||||
self.safe_volume_limit = safe_volume_limit
|
||||
self._volume = 13
|
||||
self._volume = 7
|
||||
self._apply_volume()
|
||||
|
||||
self._sd_mounted = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue