I’ve included the following library:#include <ParticleSoftSerial.h>
I told it to include all the files (2 files in total) in the project.
Getting this issue when trying to compile:
lib/ParticleSoftSerial/src/ParticleSoftSerial.h:38:53: fatal error: SparkIntervalTimer/SparkIntervalTimer.h: No such file or directory
# include "SparkIntervalTimer/SparkIntervalTimer.h"
I named it the same, and getting the same error when validating the code.
Including a screenshot so you can see the file is there.
One thing confuses me though. The file is there, and I cannot click the save button. If I try to close it, it says it will delete the file from the project?
That’s odd
I have migrated that lib to 2.0 already a while ago.
But I noticed some glitch in Web IDE when adding a library and building immediately thereafter.
Once you edit and save the project things should clear up.
My lib is the only SoftSerial lib I'm aware of for Particle so far and it does work - I'm uploading 0.0.4 in a few minutes.
Stay tuned.
I find that little amusing tho'
Update:
I have re-uploaded the lib (with minor changes like removing the deprecated #if defined() section) but seem to have issues to publish it at the moment.