Christoffer

Results 4 comments of Christoffer

@valeros I tried a few different optimizations, but the instructions for compiling the original project explicitly state `4) select Faster (= o2) in Tools > Optimize (teensyduino 1.34 and 1.35)`...

I just built this successfully in PlatformIO after making the following change in `src/extern/stmlib_utils_random.cpp`: `#include "utils/stmlib_utils_random.h"` -> `#include "stmlib_utils_random.h"` I don't have the actual hardware yet to try it further....

> platformio support would be amazing! @madskjeldgaard I did some more (rabbit hole) digging since my previous post. https://github.com/chlirre/O_C-HemisphereSuite/tree/platformIO/software If you, or someone else, have access to a debuggable O_C...

Also, I'd like to comment on @wraybowling s original remark that > I don't typically advocate for environment-specific changes I would argue that anything written for Arduino in the Arduino...