Josh Guilfoyle
Josh Guilfoyle
Has this already been implemented? I see some code around this, but am a little confused because I'm hitting an error seemingly related to ARM fail-safe in #102. EDIT: It...
I modified Dagger's android-simple example to demonstrate this problem. See: https://github.com/jasta/dagger/commits/master for source, and in particular see dvm-debug.log which shows the instrumented result of Dalvik with LOG_CLASS_LOADING 1 enabled to...
Perhaps, although I did not select Dagger as my implementation after all so I must admit that my motivation for optimizing it has gone way down since I did this...
To be clear I think maybe we should add a section to the README talking about this context but before I submit a PR I'd like to collect feedback on...
Great catch! That's the kind of thing I was really hoping we could find before moving to formal support (i.e. removing the experimental mio flag). That said, I can't think...
Oh and with verbose logging you should see the console spamming each select fd set so you can check for an easy one like I am not removing the failed...
If you throw up a PR I'm happy to merge it, otherwise I'll try to get to it next week, thanks!
Ack'd, I like the idea of at least still re-using some of the same command structure and syntax, perhaps I'll take a crack at this using only embedded-cli-macros and post...
I'm having the same issue (dpp-enrollee yields ESP_ERR_DPP_TX_FAILURE). For me it is strangely persistent but unpredictable. That is, I've had it work correctly in the past, but somehow once a...
Yes, I'm able to reproduce consistently with the unmodified example on the current v4.4.4 tag of esp-idf. I am using the default settings (channel 6, no provided key/device info). Here's...