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

py: start with default lower volume

parent e16d0b02
Branches
Tags
No related merge requests found
...@@ -81,7 +81,8 @@ def run_main() -> None: ...@@ -81,7 +81,8 @@ def run_main() -> None:
log.info(f"free memory: {gc.mem_free()}") log.info(f"free memory: {gc.mem_free()}")
captouch.calibration_request() 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.set_rgb(0, 255, 0, 0)
leds.update() leds.update()
bundles = discover_bundles("/flash/sys/apps") 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