hirotakaster / MQTT

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

'boolean' does not name a type #7

Closed skeimeier closed 8 years ago

skeimeier commented 8 years ago

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

MQTT/MQTT.h:97:4: error: 'boolean' does not name a type
    boolean write(uint8_t header, uint8_t* buf, uint16_t length)
skeimeier commented 8 years ago

and more of this complaining "boolean"

skeimeier commented 8 years ago

Discovered that I was working in an old fork. Updated and compiles now ok.