Derek Seabury

Results 3 comments of Derek Seabury

I patched that with an ugly quick urldecode function.

I wrote a function to quickly change URL Encoded characters back so - from "x%21%20%21x" to "x! !x" For example: qpass = urldecode(req.substring(req.lastIndexOf('=')+1)); takes the information after the last =...

Looking at the code in the mDNS header the second parameter is ignored anyway: ``` C++ bool begin(const char* hostName); //for compatibility bool begin(const char* hostName, IPAddress ip, uint32_t ttl=120){...