mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
example 'meshtastic': add WiFi connection mode (currently tested on desktop only)
This commit is contained in:
parent
b8b34b36c4
commit
f56a468983
14 changed files with 204 additions and 26 deletions
|
|
@ -7,6 +7,7 @@ class QtAndroidService {
|
|||
SLOT(void read2());
|
||||
SLOT(void write2(const QVariant&));
|
||||
SLOT(void setBackgroundMode(bool));
|
||||
|
||||
SIGNAL(deviceDiscovered(const QVariant&));
|
||||
SIGNAL(bleError());
|
||||
SIGNAL(setReady(const QVariant&));
|
||||
|
|
|
|||
|
|
@ -18,12 +18,14 @@ HEADERS += \
|
|||
../connection/connection.h \
|
||||
../connection/ble/ble.h \
|
||||
../connection/ble/ble_me.h \
|
||||
../connection/wifi/wifi_me.h \
|
||||
qtandroidservice_ro.h
|
||||
|
||||
SOURCES += \
|
||||
../connection/connection.cpp \
|
||||
../connection/ble/ble.cpp \
|
||||
../connection/ble/ble_me.cpp \
|
||||
../connection/wifi/wifi_me.cpp \
|
||||
main.cpp
|
||||
|
||||
REPC_SOURCE += qtandroidservice.rep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue