Skip to content

Commit 69c4167

Browse files
committed
chore: fix gitignore
1 parent 5d42f32 commit 69c4167

File tree

5 files changed

+6
-4673
lines changed

5 files changed

+6
-4673
lines changed

firmware/esp32-s3/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
managed_components
2+
dependencies.lock
3+
sdkconfig
4+
sdkconfig.old

firmware/esp32-s3/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
Install idf.py cmd [https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html]
44

55
```bash
6-
mkdir ~/esp
7-
cd ~/esp
8-
git clone [email protected]:espressif/esp-idf.git
9-
cd esp-idf
10-
git submodule update --init --recursive
6+
git submodule update --recursive
7+
cd firmware/ressources/espressif/esp-idf
118
./install.sh
129
```
1310

@@ -17,7 +14,7 @@ Before project configuration and build, make sure to set the correct chip target
1714

1815
## Erase the NVRAM
1916

20-
Before flash it to the board, it is recommended to erase NVRAM if user doesn't want to keep the previous examples or other projects stored info
17+
Before flash it to the board, it is recommended to erase NVRAM if user doesn't want to keep the previous examples or other projects stored info
2118
using `idf.py -p PORT erase-flash`
2219

2320
## Build and Flash

firmware/esp32-s3/dependencies.lock

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)