You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,24 +27,24 @@ This repository is designed to be used as a template repository - so you can
27
27
specify this as the template repository type when creating a new repository on
28
28
GitHub.
29
29
30
-
### Automated Setup (Windows Only)
30
+
### Automated Setup
31
31
32
32
After setting this as the template:
33
33
34
-
- Open a PowerShell terminal in the project root and run:
34
+
- Open a terminal in the project root and run:
35
35
-```console
36
-
python scripts/setup_project_windows.py
36
+
python scripts/setup_project.py
37
37
```
38
38
39
-
- The script will prompt you for the project name, target chip, GitHub workflow permissions, automatically update the corresponding files and setup pre-commit.
39
+
- The script will prompt you for the project name, target chip, ESP-IDF version, GitHub workflow permissions, automatically update the corresponding files (including the logger tag in `main/main.cpp` and this README) and setup pre-commit.
40
40
41
-
- Close the terminal and open an **ESP-IDF Terminal** to build, flash and test.
41
+
- Open an **ESP-IDF Terminal** to build, flash and test.
42
42
- The serial monitor should print `Hello World!`
43
43
44
44
> **Note:** If you need non-default build outputs (e.g., littlefs images), update [./.github/workflows/package_main.yml](./.github/workflows/package_main.yml) manually.
45
45
46
46
47
-
### Manual Setup (Windows / Linux / macOS)
47
+
### Manual Setup
48
48
49
49
After setting this as the template, make sure to update the following:
50
50
- [This README](./README.md) to contain the relevant description and images of
0 commit comments