example 'meshtastic': inform of text length limit, add search function

This commit is contained in:
pls.153 2023-07-08 13:56:33 +02:00
parent f602dd4ebd
commit 3afa583c73
18 changed files with 292 additions and 87 deletions

View file

@ -47,6 +47,7 @@ void BLE::deviceScanFinished() {
} else {
qDebug() << "device scan done";
}
QTimer::singleShot(0, this, &BLE::scanServices);
}