File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
examples/usb/device/usb_dongle Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,7 @@ ESP BOARD USB CONNECTOR (type A)
6565 >
6666 ```
6767
68- 3. 确认已经完整下载 `ESP-IOT-SOLUTION` 仓库。
69-
70- ```
71- >git clone -b usb/add_usb_solutions --recursive https://github.com/espressif/esp-iot-solution
72- >
73- ```
74-
75- 4. 设置编译目标为 `esp32s2` 或 `esp32s3`。
68+ 3. 设置编译目标为 `esp32s2` 或 `esp32s3`。
7669
7770 ```
7871 >idf.py set-target esp32s2
Original file line number Diff line number Diff line change @@ -71,14 +71,6 @@ Refer to `soc/usb_pins.h` to find the real GPIO number of **USBPHY_DP_NUM** and
7171 >
7272 ```
7373
74- * Confirm that the `ESP-IOT-SOLUTION` repository has been completely downloaded, and switch to the `usb/add_usb_solutions` branch.
75-
76- ```
77- >git clone -b usb/add_usb_solutions --recursive https://github.com/espressif/esp-iot-solution
78- >cd esp-iot-solution/example/usb/device/usb_dongle
79- >
80- ```
81-
8274* Set the compilation target to `esp32s2` or `esp32s3`
8375
8476 ```
You can’t perform that action at this time.
0 commit comments