Skip to content

Commit 0e48c95

Browse files
committed
esp-idf: update to v4.2.2
1 parent da9e87f commit 0e48c95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Bluetooth Visual Speaker based on ESP32 chip.
1717
### Obtain the source
1818

1919
```
20-
git clone --recursive --shallow-submodules https://github.com/redchenjs/bluetooth_visual_speaker_esp32.git
20+
git clone --recursive https://github.com/redchenjs/bluetooth_visual_speaker_esp32.git
2121
```
2222

2323
### Update an existing repository
2424

2525
```
2626
git pull
27-
git submodule update --init --recursive --depth 1 --recommend-shallow
27+
git submodule update --init --recursive
2828
```
2929

3030
### Setup the tools

esp-idf

Submodule esp-idf updated 167 files

0 commit comments

Comments
 (0)