William Emfinger
William Emfinger
@rahult-github Yes, that patch works as well, thanks! Do you think this will make it into an upcoming patch release soon, or should we plan to use this patch for...
Hmm I do see the same issue as you @marcpawl, but oddly the docker image seems to still build and run fine. What platform are you running it on?
@linkedupbits thanks for the suggestion! This is actually something I'm looking into as I refactor the RTSP code somewhat to separate the encoding from the client/server so that MJPEG or...
I believe this is required to properly implement Google Fast Pair Service - as I've noted in my component example [here](https://github.com/esp-cpp/espp/blob/main/components/gfps_service/example/main/gfps_service_example.cpp). The way I've implemented it with bluedroid is to...
> Hi @lhespress, sorry for pinging you. It looks like you are (one of) the maintainers. > > We actually need this PR to bump our firmware to ESP-IDF v5.5....
Note: i've tested and it seems this failure occurs on android as well.
And I have confirmed that this behavior persists even after I run `idf.py erase-flash`
I've opened an upstream issue [here](https://github.com/espressif/esp-idf/issues/15740) as I try to determine if it's an issue in the latest version of `NimBLE` or if it's a required change in `esp-nimble-cpp`
Differences I've found: [diff.log](https://github.com/user-attachments/files/19652385/diff.log)
Note: this does not happen on esp-idf `v5.4`, but does happen on `v5.4.1`