feat/trash_marker #29

Merged
Nicolas merged 16 commits from feat/trash_marker into feat/AR_Architecture 2023-04-11 08:39:26 +00:00
3 changed files with 98 additions and 0 deletions
Showing only changes of commit 89ecb3bf17 - Show all commits

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