Elco Jacobs
Elco Jacobs
I added `eth` stubs in mock-idf. Compile now fails on acces_point test, because it still expects to have some static functions on the Wifi class, that I have moved to...
Global singleton added for Wifi, tests passing :smile:
I would just refer to the esp-idf docs, because the options I added to kconfig are copy-paste from their examples. The only change I made is to set the default...
Thanks for the feedback. After playing with smooth for a bit, I actually think it might be a bit too opinionated for my goals. It uses a lot of events...
I don't have time to work on this in the coming days. Feel free to pull my branch and work on it or even finish it.
I'm currently trying to combine vue-mc and vuex and I am having a hard time wrapping my head around this too. In each vuex module, I would like to have...
Hi John, I can finally use C++20 and upgrade cnl! It seems to be a drop-in replacement. All tests are still passing. I'm now looking at which new features I...
It passed all my unit tests. I'm fine with the api not being stable as long as the code is correct. It looks like it's at least as good as...
Yeah I bet concepts will make the code much easier to write and maintain. I couldn't find a comparison of 2.x and 1.x. Is there a functional difference? If you...
Did you get any further to finding the root cause of this bug?