feat: commentaire

This commit is contained in:
Clement 2023-04-03 11:09:44 +02:00
parent c57225c1f3
commit 89ecb3bf17

View File

@ -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;
}