mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-09 02:32:11 -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
|
|
@ -29,6 +29,10 @@ QT::QT() : QObject() {
|
|||
[](const QString& fullName) {
|
||||
ecl_fun("radios:device-discovered", fullName.right(4));
|
||||
});
|
||||
ble->connect(ble, &BLE::bleError,
|
||||
[]() {
|
||||
ecl_fun("radios:reset-default-radio");
|
||||
});
|
||||
}
|
||||
|
||||
// BLE_ME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue