'delay' was not declared in this scope
moelha opened this issue · 5 comments
moelha commented
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)
nmattisson commented
This should be fixed by #20
Are you on the latest version?
Redland08 commented
Hello, Im having the same issue with my Photon. How do I upload the updated one to my library?
nmattisson commented
Try re-importing the library. I bumped the version available in the Web IDE this morning.
Redland08 commented
It worked! Thank You...
nmattisson commented
You're welcome.