This commit is contained in:
Clement 2023-05-14 23:17:05 +02:00
parent 7b21441976
commit 0037b1831a

View File

@ -18,7 +18,6 @@ bool API::wifiBegin(String wifiId, String wifiPass, Stream* espSerial){
// check for the presence of the shield // check for the presence of the shield
if (WiFi.status() == WL_NO_SHIELD) { if (WiFi.status() == WL_NO_SHIELD) {
Serial.println("WiFi shield not present"); // FIXME: rm debug
return false; return false;
} }