mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-26 18:02:35 +00:00
fix(core/bootloader): fix BLE communication error message
[no changelog]
This commit is contained in:
parent
6da8e04660
commit
539a0d08c8
@ -82,8 +82,8 @@ static int ble_read_(uint8_t* buffer, size_t buffer_size) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void ble_error(void) {
|
static void ble_error(void) {
|
||||||
error_shutdown_ex("BLE ERROR",
|
error_shutdown_ex("Connection Error",
|
||||||
"Error reading from BLE. Try different BLE cable.", NULL);
|
"Move your Trezor closer to your computer/phone.", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
wire_iface_t* ble_iface_init(void) {
|
wire_iface_t* ble_iface_init(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user