Skip to content
Snippets Groups Projects
Commit aad317f5 authored by moon2's avatar moon2 :speech_balloon:
Browse files

captouch bugfix: apply defaults properly when entering apps

parent 2b3a9620
Branches
Tags
1 merge request!696captouch os menu navigation
Pipeline #13218 passed
......@@ -63,7 +63,7 @@ def setup_for_app(app_ctx: Optional[ApplicationContext]) -> None:
elif wifi_preference is False:
st3m.wifi.disable()
leds.set_slew_rate(settings.num_leds_speed.value)
captouch.Config.default().apply
captouch.Config.default().apply()
class Application(BaseView):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment