hirotakaster / MQTT

MQTT for Photon, Spark Core
Other
216 stars 118 forks source link

replace boolean with bool and include application.h #4

Closed khaledosman closed 9 years ago

khaledosman commented 9 years ago

Flashing the library code on the spark/particle photon gives the following errors: 'boolean' does not name a type error: 'millis' was not declared in this scope

I changed boolean types to bool and added #include "application.h" and now it works

hirotakaster commented 9 years ago

thanks for your commit. I don't have photon yet, but I check your commit working well on my spark core now, so I will merge your request.

hirotakaster commented 9 years ago

And now I release version 0.2.4 for spark photon on Spark BUILD, as soon as you can check version 0.2.4 on Spark BUILD.