[esp-matter][light][1] 프로젝트 환경설정 / build/flash/monitor
: ESP matter light 프로젝트를 esp32c6 보드에 build/flash 한후 Samsung SmartThings 앱을 사용해 on/off 동작 테스트 하기. 목차 ▶ 준비사항 ↓ esp-matter 소스코드 github 에서 clone 하기git clone --recursive https://github.com/espressif/esp-idf.git ↓ github 에서 복사한 esp-matter 설치하기cd esp-matter./install.sh ↓ 환경변수 설정cd esp-idf; source ./export.sh; cd ..cd esp-matter; source ./export.sh; cd .. ↓ 위의 과정이 정상적으로 되었으면 esp-matter/exam..