1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-15 23:05:45 +00:00

fix(core: fix homescreen ble checker task

[no changelog]
This commit is contained in:
tychovrahe 2025-03-23 14:35:08 +01:00 committed by TychoVrahe
parent 1e3b02771b
commit 283561c073

View File

@ -109,7 +109,7 @@ class Homescreen(HomescreenBase):
blecheck = loop.wait(io.BLE_EVENT)
while True:
event = await blecheck
self._event(self.layout.ble_event, event)
self._event(self.layout.ble_event, *event)
def create_tasks(self) -> Iterator[loop.Task]:
yield from super().create_tasks()