hirotakaster / MQTT

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

MQTT/MQTT.h No Such File #11

Closed mtngit14 closed 8 years ago

mtngit14 commented 8 years ago

MQTT test firmware compiles (and flashed Photon) in Particle cloud but not in desktop Particle Dev. Changing the include to just #include "MQTT.h" allowed compiling/flashing in Particle Dev. Note program and includes all located in same flat directory. Could someone validate this change as a correct solution and not really changing some other parameter. Particle Dev on MacBook Pro with El Capitan 10.11.1

David RavenTT / MiqroMeq

timpulver commented 8 years ago

Had the same issue with latest Particle Dev on Mac OS X El 10.11.1 and the Neopixel library – putting all files into the same folder as the main file (no subfolders) worked.

hirotakaster commented 8 years ago

I think this problem is based Spark Deve desktop client.