Proddy

Results 624 comments of Proddy

> ![Image](https://github.com/user-attachments/assets/a1821c00-80f4-4353-bb69-0f853189a497) `powerReduction` is at offset 64 in the x484 telegram and I see here it's missing, so perhaps stored somewhere else.

Looking at the differences between `platform-espressif32` versions 6.10.0 and 6.11.0 I can't see any changes that could contribute to the crashing (https://github.com/platformio/platform-espressif32/compare/v6.10.0...v6.11.0). Packages are the same: ``` PACKAGES: - framework-arduinoespressif32...

I have a few E32s spare. Do you think the crash would be reproducible if I fire one up for performance testing and send an API read command every 2...

so looks like an issue between ESP32Async/AsyncTCP and bertmelis/espMqttClient then. I looked through the changes in AsyncTCP between 3.4.0 -> 3.4.4, but I can't see any breaking changes.

must be the queue v2 then. we should report it > BTW: AsyncWebServer 3.7.8 does not compile with arduino 2.x I don't see any compile errors. Where does it break?

> @proddy I suggest to use AsyncTCP 3.4.2. so we are safe also on single cores like esp32C3. Arduino3 takes more flash and more ram, also wifi scan does not...

@MichaelDvP see https://github.com/ESP32Async/AsyncTCP/pull/79 ?

> Nearly 24h, time for an interim result: no crashes, memory stable and something very supprising: CRC errors on the (ems-bus) uart receives are more than 100 times less. All...