example 'meshtastic': review Qt plugin code

This commit is contained in:
pls.153 2024-02-24 22:22:16 +01:00
parent fdefd8d912
commit 95c8fcd8c0
4 changed files with 34 additions and 25 deletions

View file

@ -10,7 +10,6 @@ int main(int argc, char* argv[]) {
srcNode.enableRemoting(&qtAndroidService);
BLE_ME ble(&qtAndroidService);
qtAndroidService.ble = &ble;
return app.exec();
}