Skip to content

Commit b1c020f

Browse files
committed
dropdown work?
1 parent e7e40c0 commit b1c020f

File tree

1 file changed

+22
-22
lines changed
  • docs/_sections/_guide-primaries/getting-started/environment-setup

1 file changed

+22
-22
lines changed

docs/_sections/_guide-primaries/getting-started/environment-setup/windows-setup.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -112,28 +112,28 @@ If your Windows username has spaces in it, then you will need to use the followi
112112

113113
<details markdown="1">
114114
<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)
136-
<img src="{{ '/_assets/images/vscode_bottom_ribbon_build.png' | prepend: site.baseurl }}" alt="vscode_bottom_ribbon_build.png :(">
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)
136+
<img src="{{ '/_assets/images/vscode_bottom_ribbon_build.png' | prepend: site.baseurl }}" alt="vscode_bottom_ribbon_build.png :(">
137137
</details>
138138

139139
1. Download and install [VS Code](https://code.visualstudio.com/download)

0 commit comments

Comments
 (0)