Mathieu Carbou
Mathieu Carbou
PR sent: https://github.com/OpenEVSE/ESP32_WiFi_V4.x/pull/700
@sonicsdoom @phax @CatPlanet : this works as expected. License removal is not linked to the configured license: it is based on header patterns and keywords. There is a keyword parameter...
The project is actively maintained but new features are not actively added for the reasons mentioned above. And I am baffled to see how many people would find something useful,...
> Can you imagine people being experienced programmers but in completely different areas and not having the headspace to begin to learn developing a Maven plugin in Java (especially when...
This project seems quite dead since 4y... I would rather send PRs against this one now: https://github.com/esphome/AsyncTCP which is maintained by ESPHome (https://esphome.io)
> > This project seems quite dead since 4y... I would rather send PRs against this one now: https://github.com/esphome/AsyncTCP which is maintained by ESPHome (https://esphome.io) > > Thanks, You can...
I've grabbed most of the fixes in my fork: https://github.com/mathieucarbou/AsyncTCP/pull/10 Still, please see my comment. A change in one condition looks really weird to me.
@HamzaHajeir : I have an app using AsyncTCP, ESPAsyncWebServer and libraries using WebSocket. So I cannot use the H4 stack, but I was wondering if your AsyncTCP fork (https://github.com/HamzaHajeir/H4AsyncTCP) can...
I've tried a temporary implementation with a map keeping tack of the allocated sizes per pointer but it does not work. Impl: ```c++ class ESPDashAllocator : public ArduinoJson::Allocator { public:...
I gave up on the allocator and implemented the `measureJson` way. ``` T [DASH] client=2, measureJson=612 T [DASH] client=2, measureJson=1047 T [DASH] client=2, measureJson=1067 T [DASH] client=2, measureJson=1031 T [DASH]...