You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error, when trying to build the standard example without modification. It happens on every library version and even when writting my own code. Seems to be a library issue.
Checking library MQTT... Installing library MQTT 0.4.26 to lib/MQTT ... Library MQTT 0.4.26 installed. mqttqostest.ino lib/MQTT/examples/mqttqostest/mqttqostest.ino:1:18: fatal error: MQTT.h: No such file or directory #include "MQTT.h" ^ compilation terminated. makefile:121: recipe for target 'obj/mqttqostest.cpp.o' failed make: *** [obj/mqttqostest.cpp.o] Error 1 mv: missing destination file operand after '/output/firmware.bin' Try 'mv --help' for more information.
I am using the particle.io.
The text was updated successfully, but these errors were encountered:
I get the following error, when trying to build the standard example without modification. It happens on every library version and even when writting my own code. Seems to be a library issue.
Checking library MQTT... Installing library MQTT 0.4.26 to lib/MQTT ... Library MQTT 0.4.26 installed. mqttqostest.ino lib/MQTT/examples/mqttqostest/mqttqostest.ino:1:18: fatal error: MQTT.h: No such file or directory #include "MQTT.h" ^ compilation terminated. makefile:121: recipe for target 'obj/mqttqostest.cpp.o' failed make: *** [obj/mqttqostest.cpp.o] Error 1 mv: missing destination file operand after '/output/firmware.bin' Try 'mv --help' for more information.
I am using the particle.io.
The text was updated successfully, but these errors were encountered: