michikite

Results 5 comments of michikite

alternatively you can put the component in a components folder and add to CMakeLists.txt similar to this, including the esp-dsp component: ``` cmake_minimum_required(VERSION 3.16.0) include($ENV{IDF_PATH}/tools/cmake/project.cmake) list(APPEND EXTRA_COMPONENT_DIRS esp-dsp) project(espidf-arduino-wifiscan) ```

Facing the same error, using an eGPU that is turned on and off when needed. It would be highly desirable if the container would start without the eGPU being present.

I get the same error when the secondary side bar is visible. If I hide it (view -> appearance) it works again.

Same problem when debugging an esp32 with JTAG. I am using Python 3.10 using PyEnv. Happy to test, if someone has a hint on how to fix this.

> I wrote a PoC encrypt with Yubikey PIV ECDH algorithm slot (RSA should also works), the PoC gist address is located: https://gist.github.com/jht5945/64a8d47ebf33ee64058d402eb9af94f3 > > ECDH explain: > > ```...