File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2424 . ${IDF_PATH}/export.sh
2525 git clone https://github.com/espressif/esp-iot-solution.git
2626 pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
27- cd esp-iot-solution
28- idf-build-apps find --path examples/usb/device/ --recursive --target all --manifest-file examples/.build-rules.yml
29- idf-build-apps build --path examples/usb/device/ --recursive --target all --manifest-file examples/.build-rules.yml
27+ idf-build-apps find --paths esp-iot-solution/examples/usb/device/ --recursive --manifest-files esp-iot-solution/examples/.build-rules.yml --manifest-rootpath esp-iot-solution/
28+ idf-build-apps build --paths esp-iot-solution/examples/usb/device/ --recursive --manifest-files esp-iot-solution/examples/.build-rules.yml --manifest-rootpath esp-iot-solution/
You can’t perform that action at this time.
0 commit comments