1
0
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:
tychovrahe 2025-05-19 11:49:25 +02:00 committed by TychoVrahe
parent 6da8e04660
commit 539a0d08c8

View File

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