mirror of
https://gitlab.com/eql/lqml.git
synced 2026-02-27 18:30:51 -08:00
example 'meshtastic': restart BLE search after BLE error; revisions
This commit is contained in:
parent
c4f0d924a3
commit
387c590106
8 changed files with 24 additions and 15 deletions
|
|
@ -153,6 +153,7 @@ void BLE::retryScan() {
|
|||
|
||||
void BLE::errorReceived(QLowEnergyController::Error) {
|
||||
qDebug() << "BLE error: " << controller->errorString();
|
||||
Q_EMIT bleError();
|
||||
}
|
||||
|
||||
void BLE::disconnectFromDevice() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue