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
Copy file name to clipboardExpand all lines: docs/_sections/_guide-primaries/getting-started/environment-setup/windows-setup.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,28 +112,28 @@ If your Windows username has spaces in it, then you will need to use the followi
112
112
113
113
<detailsmarkdown="1">
114
114
<summary>Click to expand</summary>
115
-
### __Install 7-zip__
116
-
7-zip is a file compression tool that works much faster than your native Windows tools.
117
-
118
-
1. Go to the [7-zip download page](https://www.7-zip.org/)
119
-
2. Install using defaults
120
-
3. Launch 7-zip
121
-
122
-
### __Install Preconfigured VS Code__
123
-
The preconfigured version allows you to circumvent the issue of not being able to install ESP-IDF if your Windows username has whitespace in it (ESP-IDF refuses to install if that is the case). This is a (in my humble opinion) a better solution than creating an entirely new account on your computer
124
-
125
-
1. Download [zip folder from Box (~3.1 GB)](https://utexas.box.com/shared/static/0f8jo5nuhbsmefy4jkklvslvlj38f2bz.zip)
126
-
2. Unzip the file to your C: drive using 7-zip. [(How do I use 7-zip?)](https://ut-ras.github.io/RobotathonESP32/technical#how-do-i-use-7-zip)
127
-
{: .highlight}
128
-
This **will** take a while if you don't use 7-zip
129
-
{: .callout-red}
130
-
131
-
3. Launch the "containerized" VS Code by running the `Code.exe` file in the unzipped folder
132
-
4. In the top menu bar of VS Code, click `File` > `Open Folder`
133
-
5. Use VS Code to open the folder where you cloned the Robotathon repository (“RobotathonESP32” by default)
134
-
6. Wait for the ESP-IDF extension to initialize
135
-
7. Build the project by clicking the wrench icon in the bottom ribbon of VS Code (this will take a while the first time)
7-zip is a file compression tool that works much faster than your native Windows tools.
117
+
118
+
1. Go to the [7-zip download page](https://www.7-zip.org/)
119
+
2. Install using defaults
120
+
3. Launch 7-zip
121
+
122
+
### __Install Preconfigured VS Code__
123
+
The preconfigured version allows you to circumvent the issue of not being able to install ESP-IDF if your Windows username has whitespace in it (ESP-IDF refuses to install if that is the case). This is a (in my humble opinion) a better solution than creating an entirely new account on your computer
124
+
125
+
1. Download [zip folder from Box (~3.1 GB)](https://utexas.box.com/shared/static/0f8jo5nuhbsmefy4jkklvslvlj38f2bz.zip)
126
+
2. Unzip the file to your C: drive using 7-zip. [(How do I use 7-zip?)](https://ut-ras.github.io/RobotathonESP32/technical#how-do-i-use-7-zip)
127
+
{: .highlight}
128
+
This **will** take a while if you don't use 7-zip
129
+
{: .callout-red}
130
+
131
+
3. Launch the "containerized" VS Code by running the `Code.exe` file in the unzipped folder
132
+
4. In the top menu bar of VS Code, click `File` > `Open Folder`
133
+
5. Use VS Code to open the folder where you cloned the Robotathon repository (“RobotathonESP32” by default)
134
+
6. Wait for the ESP-IDF extension to initialize
135
+
7. Build the project by clicking the wrench icon in the bottom ribbon of VS Code (this will take a while the first time)
0 commit comments