
저장소 가져오기 ESP-IDF 명령창을 열고 다음 명령을 자례로 입력합니다. git clone --recursive https://github.com/espressif/esp-idf.git cd esp-idf; git checkout v4.4.2; git submodule update --init --recursive; install.sh cd .. esp-matter 리포지토리 복제는 업스트림 connectedhomeip의 많은 하위 모듈로 인해 시간이 걸리므로 얕은 복제를 수행하려면 다음 명령을 사용하십시오: git clone --depth 1 https://github.com/espressif/esp-matter.git cd esp-matter git submodule update --init --depth 1 cd connectedhomeip/connectedhomeip/scripts checkout_submodules.py --platform esp32 --shallow i...
#ESP32
#Matter
원문링크 : 윈도우 10에서 ESP32 Matter 디바이스 개발하기 - 7. 저장소 가져오기