1
0
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:
tychovrahe 2025-04-12 07:35:46 +02:00
parent 7059847d9f
commit faa981f372

View File

@ -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