Jeff Hufford
Jeff Hufford
Anything holding this up? Works great for me.
@pfalcon - I took some time to make changes to @d-a-v's repo to get it to compile cleanly with `esp-open-sdk` and all the changes made since this PR (lwip 2.1.2)...
Things have changed since sdk v1.3. The SDK attempts to load the RF calibration data from a sector of flash. Supposedly that should be done automatically if you flash it...
Mine is somewhat maintained: https://github.com/someburner/esp-open-sdk I do not use SDK3.x though due to wifi stability regressions and incompatibility with various hacks the Arduino project has implemented, see [here](https://github.com/esp8266/Arduino/issues/5784). And it...
I'm not using Arduino either, but have utilized some of their lower-level SDK hacks. They're not strictly necessary though. I have updated between 2.x -> 3.x -> 2.x without issue,...
I feel jsmn is targeted towards constrained platforms. simdjson requires a CPU with SIMD to achieve that performance. But it is a good point that the tagline at the top...
Prefacing this comment: This is a great project and I appreciate all the work going into it! It's been so useful for me. ... but something like this should really...
@euripedesrocha Thanks! And yes I still think this would be a good feature. For anyone else needing this functionality, here is a patch (on an older master) I have done...
I believe regardless of outbox being used, there is still the issue of API locks, no? In my case I can't block for very much time at all trying to...
If I can resolve the open-sdk PR for my project I can make these changes and submit another PR. I agree they really did not think this through at all....