Jacob Bokor
Jacob Bokor
You have to take the duck apart and put the microsd card in your computer. They have guides for it on the hak5 site, to teach you how to upload...
I have found a temporary workaround for those with the same issue, but it requires a convoluted process involving opening multiple tabs through the web interface, so will not work...
Some macros are more complex than that. For example, in my normal `.vimrc` I have a macro to surround a single word with code quotes, as follows: ``` let @c='i`^[wea`^['...
I forgot to include an example of a stack trace, so here's one of the more helpful ones I got:  I really want to see the internals of `esp_now_is_peer_exist()`,...
After *many* more hours of attempted debugging, not much progress has been made. I've spent nearly 6 hours at this point trying to get the App and heap debugging features...
@lhespress I had tried to get the `get-started` example working previously - no matter what I do, it refuses to compile. I've followed those instructions before, but just did so...
I'm on Ubuntu 22.04LTS and ESP-IDF v5.1.2 It seems to find it fine in the example built in to ESP-IDF, and when I import `esp_now.h` into my program - but...
Using the "IDF Component Registry" in the VSCode extension, I tried to install the `esp-now` component directly. The installation fails with the following error: ``` CMake Error at /home/jmux/Documents/esp/esp-idf/tools/cmake/build.cmake:266 (message):...
I just attempted to upgrade my ESP-IDF to v5.2.1, and was quickly reminded why I had been avoiding doing that. The SDK still refuses to work with intellisense out of...
I've been losing my mind as to what I've been doing wrong, so as a sanity check I enabled comprehensive heap detection and tracing in the default `wifi/espnow` example, compiled...