working param setting etc..
Former-commit-id: 5e5f4be8455add9305cc6fd6bf4c2dba280bd796
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user