Mathieu Carbou

Results 324 comments of Mathieu Carbou

> if I send the "help" command, it takes less than 1ms in standard mode, and 4ms in WSL_HIGH_PERF. High perf more is sending straight in the queue so it...

I have sent the PR if you want to grab the changes locally to improve your heap usage: https://github.com/ayushsharma82/WebSerial/pull/103

+1 for this feature. A lot of weather cards have an offset feature to skip the N first hours. This is required to display the cards in a column where...

> Are the any plan to make a plain C++ version for esp-idf? PsychicHttp is backed by the esp-idf http_server, which is already in esp-idf > After searching around, and...

@johnnytolengo : yes it is. I am a contributor of this project but also Espasyncwebserver. We resurrected it under an org with 3 people. It is really stable and has...

> Will be SSL possible with the ESP32Async lib? No... No SSL support. Too many downsides with SSL as experienced by those who activated it. But that's still something we...

> ESPAyncwebserver version using iwip and esp-idf http-server functions underneath I do not think so. We discussed that in the team and the way esp-idf http server works, it is...

> [@mathieucarbou](https://github.com/mathieucarbou) just to continue with the conversation regarding a proper and maintained async web server without Arduino Framework, I've already ported [AsyncTCP ](https://github.com/gnalbandian/AsyncTCP) with some macros and minorcode changes...

@hazendaz : fyi - opened an issue to track this cleanup ;-)

@gergocs : can you please decode the stack trace with your elf file ? => https://maximeborges.github.io/esp-stacktrace-decoder/ > Also it crashes instantly doesn't wait for delay(1000) That is weird... Maybe not...