Skip to content
Snippets Groups Projects
Commit c25756db authored by q3k's avatar q3k
Browse files

py: start with default lower volume

parent e16d0b02
No related branches found
No related tags found
No related merge requests found
Pipeline #6176 passed
......@@ -81,7 +81,8 @@ def run_main() -> None:
log.info(f"free memory: {gc.mem_free()}")
captouch.calibration_request()
audio.set_volume_dB(0)
# TODO(q3k): volume control. but until then, make slightly less loud on startup.
audio.set_volume_dB(-10)
leds.set_rgb(0, 255, 0, 0)
leds.update()
bundles = discover_bundles("/flash/sys/apps")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment