ScruffR
ScruffR
Thanks for the update, but I just tried that and now I can't even build the sample with the workarounds outlined in my OP. _(I know this repo is mainly...
I'll give it a try Thanks!
This "issue" seems the closest I found for reporting supplies/powerbanks that work or not. I tested a Charmast 10400mAh power bank which turns of 20-30 seconds after sleep mode has...
Nope, libraries 2.0 requires a different file structure too (as commented on #12)
I've filed PR for this https://github.com/tomdeboer/SparkCoreDallasTemperature/pull/13 Please merge and reupload to Particle Library repository
Particle needs to take ownership of that library on their side to allow anybody else to upload an updated version. Without that only the original contributor can do that. The...
I've filed PR for this https://github.com/tomdeboer/SparkCoreDallasTemperature/pull/13 Please merge and reupload to Particle Library repository
I think this repo got abandoned - try a different library (e.g. `DS18B20`)
I've got the same request. I'm also using Themify to have the cockpit form filling. Consequently an option to have the chart fill the container (chosable `x %`) would be...
It's not actually the lib, but the include statements in the examples ```cpp // this is the original //#include // but should be this #include "SparkJson/ArduinoJson.h" ``` See community thread...