We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c21bb1 commit 9de0bcfCopy full SHA for 9de0bcf
src/mfgTest/mfgTest.hpp
@@ -3,7 +3,9 @@
3
4
#include "task.hpp"
5
6
-#include <spark_wiring_json.h>
+#ifndef PARTICLE
7
+ #include <spark_wiring_json.h>
8
+#endif
9
10
#define MFG_MIN_VALID_TEMPERATURE 15
11
#define MFG_MAX_VALID_TEMPERATURE 30
0 commit comments