bluetooth: better error message

only:uaefi
This commit is contained in:
rusefillc 2024-04-01 16:09:57 -04:00
parent fa106f8a51
commit f526239e86
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ void bluetoothStart(bluetooth_module_e moduleType, const char *baudRate, const c
}
if (getBluetoothChannel() == nullptr) {
efiPrintf("No Bluetooth channel configured! Check your board config [%s]", getTsSignature());
efiPrintf("This firmware does not support bluetooth [%s]", getTsSignature());
return;
}