I have been working on a library for communicating with other other devices over serial. I got it tested / compiled in a local c++ console app, but have ran into some trouble trying to port the code to particle. On compile I get the error “exception handling disabled, use -fexceptions to enable”. Exception are important in our library to ensure reliability. Is there anyway to enable them? Thanks,
Erik