mirror of
https://gitlab.com/eql/lqml.git
synced 2026-04-24 22:10:28 -07:00
example 'meshtastic': refactor connection part
This commit is contained in:
parent
679fca2d25
commit
013a75d3f5
22 changed files with 432 additions and 285 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#include "qtandroidservice_ro.h"
|
||||
#include "../ble/ble_meshtastic.h"
|
||||
|
||||
#if (QT_VERSION < 0x060000)
|
||||
#include <QAndroidService>
|
||||
|
|
@ -14,7 +13,5 @@ int main(int argc, char* argv[]) {
|
|||
QtAndroidService qtAndroidService;
|
||||
srcNode.enableRemoting(&qtAndroidService);
|
||||
|
||||
BLE_ME ble(&qtAndroidService);
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue