espressif / esp-iot-bridge

A smart bridge to make both ESP and the other MCU or smart device can access the Internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to resolve component 'qrcode'

Leadrive opened this issue · comments

idf.py menuconfig

report error

CMake Error at /home/lubuntu/esp/esp-idf/tools/cmake/build.cmake:201 (message):
  Failed to resolve component 'qrcode'.
Call Stack (most recent call first):
  /home/lubuntu/esp/esp-idf/tools/cmake/build.cmake:227 (__build_resolve_and_add_req)
  /home/lubuntu/esp/esp-idf/tools/cmake/build.cmake:228 (__build_expand_requirements)
  /home/lubuntu/esp/esp-idf/tools/cmake/build.cmake:509 (__build_expand_requirements)
  /home/lubuntu/esp/esp-idf/tools/cmake/project.cmake:384 (idf_build_process)
  CMakeLists.txt:14 (project)

Need to clone the submodule
git submodule update --init --recursive

谢谢!