I just wanted to ask, we could also update this:
https://github.com/espressif/esp-rainma ... ed/Kconfig
Kconfig file so it's possible to test this in an ESP32 (Even with our own ws2812 led Stripe) right?
Other than that I will be interested in using Rainmaker for WiFi provisioning in some of my projects.
Looking at the CMakeLists file in the common/app_wifi example:
Code: Select all
idf_component_register(SRCS "app_wifi.c"
INCLUDE_DIRS "."
REQUIRES wifi_provisioning esp_rainmaker qrcode)
Or there is more dependencies required?
What I'm missing to integrate this in another projects, it to get a small component as a submodule, that you can simply add and then you are a few steps away to implement it in your own Firmware.
If that is possible to do with the current repository somehow, please let me know what are the steps, so far a very nice project I see a lot of potential on it!