Skip to content

Commit 79c475d

Browse files
committed
docs(dongle): remove outdated descriptions
1 parent b2c2321 commit 79c475d

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

examples/usb/device/usb_dongle/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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

examples/usb/device/usb_dongle/README_EN.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)