Replies: 5 comments 5 replies
-
@mozgy : please explain what is wrong. Paste compile error or stack trace. thanks! |
Beta Was this translation helpful? Give feedback.
-
Moving to a support discussion as this is unclear that there is a bug in the library. @mozgy please have a look at the header:
that's the fn I think you are calling, supposing |
Beta Was this translation helpful? Give feedback.
-
There is NO stack trace nor compile error, I have explained everything. |
Beta Was this translation helpful? Give feedback.
-
About:
If you are sending binary data, the fn you use is not correct and also the type. String should not be used to send binary data. String are null terminated strings. if you need to send a byte buffer, you need to do it another way and you can look at all the examples in the project to help you. |
Beta Was this translation helpful? Give feedback.
-
Yeah, quick and dirty found it already and tested, this works ->
Thank you for the very nice explanation although I've found that using dynamically created arrays is more mem/cpu tasking. I'll look more into std::vector .. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP32
IDE / Tooling
pioarduino
What happened?
This worked fine before merge (I've used me-no-dev's code) ->
Now on the web client side I only get "<FF><D8><FF><E0>" ..
Stack Trace
PACKAGES:
Dependency Graph
|-- ESPAsyncWebServer @ 3.7.4
|-- ArduinoJson @ 7.1.0
|-- AsyncTCP @ 3.3.8
Minimal Reproductible Example (MRE)
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions