example 'meshtastic': restart BLE search after BLE error; revisions

This commit is contained in:
pls.153 2023-07-30 15:54:58 +02:00
parent c4f0d924a3
commit 387c590106
8 changed files with 24 additions and 15 deletions

View file

@ -153,6 +153,7 @@ void BLE::retryScan() {
void BLE::errorReceived(QLowEnergyController::Error) {
qDebug() << "BLE error: " << controller->errorString();
Q_EMIT bleError();
}
void BLE::disconnectFromDevice() {