Particle Dev: Build didn't produce binary Error

SOLVED

I found this post:

My code had: "Spark.variable("result", &resultstr, STRING);"
I changed it to "Spark.variable("result", resultstr, STRING);" and compile started to work!

1 Like