diff --git a/IOT/lib/API/src/API.cpp b/IOT/lib/API/src/API.cpp index 4e7fa1c..1b9bee2 100644 --- a/IOT/lib/API/src/API.cpp +++ b/IOT/lib/API/src/API.cpp @@ -16,7 +16,7 @@ bool API::wifiBegin(String wifiId, String wifiPass, Stream* espSerial){ // check for the presence of the shield if (WiFi.status() == WL_NO_SHIELD) { - Serial.println("WiFi shield not present"); + Serial.println("WiFi shield not present");//FIXME: rm debug return false; }