Index: main.cpp =================================================================== diff -u -r2dd767833cf0cf706c457951c2d78e7e20aff768 -re4a0e2fc4c7ae0cbce0d670772276bf7f5ff3845 --- main.cpp (.../main.cpp) (revision 2dd767833cf0cf706c457951c2d78e7e20aff768) +++ main.cpp (.../main.cpp) (revision e4a0e2fc4c7ae0cbce0d670772276bf7f5ff3845) @@ -359,6 +359,7 @@ //! - Initializing WiFi Interface _WifiInterface.init(Threads::_Wifi_Thread); + //! - Initializing Bluetooth Interface _BluetoothInterface.init(Threads::_Bluetooth_Thread); //! - Initialize the QML Viewer and starts GUI @@ -367,11 +368,6 @@ if ( startGui() ) { LOG_DEBUG("UI Initialized"); _ApplicationController .startPOST(); - - // TODO: check if the POST for the interfaces below are passed do the start. - _WifiInterface .start(); - _BluetoothInterface .start(); - app_exec = app.exec(); }