maniacbug

Results 28 comments of maniacbug

Fixed now in 41b4465634e34fce8e010386bd80f9a371c6b311. Running great on my Due

I did return back to this and test/merge in the major changes, and address the major problems. As with others I mostly long ago moved onto more powerful silicon. But...

Merged #34 which fixes this. Thanks!

Thanks for this. I'm leaving this open for the moment, as it is a big change, and will take a bit more review.

Yeah... This leads to the bigger problem that with memory so scarce on 328, packet size is so application dependent. Arduino is badly missing a way to configure libraries in...

> Yes, the way that Arduino goes for runtime configuration at the expense of RAM is really annoying. What's wrong with a per-sketch config file full of #defines? Indeed. Well...

It's not ideal... Other alternatives: - Build from the command line, then you can put uip-conf.h in the sketch directory. - Require users to hand-tune the library uip-conf.h for individual...