mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-06 17:23:02 -08:00
example 'meshtastic': add Qt6 version (for macOS); revisions
This commit is contained in:
parent
1a822feb0e
commit
439d93404d
57 changed files with 2030 additions and 7 deletions
|
|
@ -59,7 +59,7 @@ QT::QT() : QObject() {
|
|||
QObject::connect(ble, &BLE::bleError,
|
||||
#endif
|
||||
[]() {
|
||||
ecl_fun("radios:reset-default-radio");
|
||||
ecl_fun("radios:reset");
|
||||
});
|
||||
|
||||
#ifdef Q_OS_ANDROID
|
||||
|
|
@ -81,7 +81,7 @@ QT::QT() : QObject() {
|
|||
QObject::connect(ble, &BLE_ME::receivedFromRadio,
|
||||
#endif
|
||||
[](const QByteArray& data, const QString& notified) {
|
||||
ecl_fun("lora:received-from-radio", data, notified);
|
||||
ecl_fun("lora:received-from-radio", data, notified.isEmpty() ? QVariant() : notified);
|
||||
});
|
||||
|
||||
#ifdef Q_OS_ANDROID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue