Index: sources/ApplicationController.cpp =================================================================== diff -u -r721e055ca19c92525a45be953ad1cffdc2d69abb -r472c10e72a8d278f13d2343f9c81c1def14490ff --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 721e055ca19c92525a45be953ad1cffdc2d69abb) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 472c10e72a8d278f13d2343f9c81c1def14490ff) @@ -26,7 +26,6 @@ #include "GuiController.h" #include "Settings.h" #include "MSettings.h" -#include "WifiInterface.h" #include "BluetoothInterface.h" #include "VAdjustmentVersions.h" @@ -586,7 +585,7 @@ */ void ApplicationController::onPOSTWiFi(bool vPass) { if (vPass) { - _WifiInterface.doStart(); + // _WifiInterface.doStart(); // =========================================================== FIX ME } // sending the data first, therefore in the slot for the didPOST we have the vPass and the Data to decide to use the data or not. emit didPOSTWirelessData(_post.macWireless());