working param setting etc..

Former-commit-id: 5e5f4be8455add9305cc6fd6bf4c2dba280bd796
This commit is contained in:
2016-04-24 20:53:16 +02:00
parent c620976902
commit c883c02788
7 changed files with 45 additions and 47 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ int ICACHE_FLASH_ATTR httpdFindArg(char *line, char *arg, char *buff, int buffLe
p=(char*)strstr(p, "&");
if (p!=NULL) p+=1;
}
warn("Finding %s in %s: Not found :/", arg, line);
// warn("Finding %s in %s: Not found :/", arg, line);
return -1; //not found
}