Index: sources/ApplicationController.cpp =================================================================== diff -u -r9ef6badf8e172436bba2bfad1642ae7e469e0361 -r0b9adc7308a25148a2704bc0bf4f08373acee8b7 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 9ef6badf8e172436bba2bfad1642ae7e469e0361) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 0b9adc7308a25148a2704bc0bf4f08373acee8b7) @@ -601,8 +601,8 @@ */ void ApplicationController::onPOSTCloudSync(bool vPass) { - emit didPOSTCloudSync(vPass); - emit didPOSTBluetooth("000.000.000.000" /*_post.netCloudSync*/); // not needed and post is not getting it yet. + emit didPOSTCloudSync (vPass); + emit didPOSTCloudSyncData("000.000.000.000" /*_post.netCloudSync*/); // not needed and post is not getting it yet.[ApplicationController => DeviceController] } /*!