mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-20 17:19:01 +00:00
fixup! feat(nordic): send busy response when trezor is not listening to BLE messages
This commit is contained in:
parent
7059847d9f
commit
faa981f372
@ -194,6 +194,9 @@ void fsm_sendFailure(FailureType code, const char *text)
|
||||
case FailureType_Failure_FirmwareError:
|
||||
text = _("Firmware error");
|
||||
break;
|
||||
case FailureType_Failure_Busy:
|
||||
text = _("Busy");
|
||||
break;
|
||||
}
|
||||
}
|
||||
#if DEBUG_LINK
|
||||
|
Loading…
Reference in New Issue
Block a user