mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
example 'meshtastic': minor update (define device to be used)
This commit is contained in:
parent
9ee7030350
commit
c77d993496
11 changed files with 90 additions and 35 deletions
|
|
@ -19,7 +19,8 @@ class QT : public QObject {
|
|||
|
||||
public:
|
||||
// BLE_ME
|
||||
Q_INVOKABLE QVariant startDeviceDiscovery();
|
||||
Q_INVOKABLE QVariant setDevice(const QVariant&);
|
||||
Q_INVOKABLE QVariant startDeviceDiscovery(const QVariant& = QVariant());
|
||||
Q_INVOKABLE QVariant read2();
|
||||
Q_INVOKABLE QVariant write2(const QVariant&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue