nmattisson/HttpClient

'delay' was not declared in this scope

Closed this issue · 5 comments

Veryfing code using this library in Particle Build fails with this error:

HttpClient/HttpClient.cpp:231:22: error: 'delay' was not declared in this scope
             delay(200)

This should be fixed by #20
Are you on the latest version?

Hello, Im having the same issue with my Photon. How do I upload the updated one to my library?

Try re-importing the library. I bumped the version available in the Web IDE this morning.

It worked! Thank You...

You're welcome.