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/environment-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ nav_order: 3
12
12
13
13
Setting up a development environment is almost always a pain, but it must be done properly so you can have fun building your robot :)
14
14
15
-
The exact process depends on what OS your computer is running (Windows, macOS, etc.), so this article will be split into Windows and MacOS setup. If you happen to use another OS, then talk to a mentor for help.
15
+
The exact process depends on what OS your computer is running (Windows, macOS, etc.), so this article will be split into Windows and MacOS setup. If you happen to use another OS, then talk to a mentor for help. It is also important to note that you will need around 5 GB of free storage.
16
16
17
17
The end goal of this section is to flash your ESP32 with an LED blink program. It will take you from having nothing installed to the full coding environment you'll need for the competition!
This is the content that will be hidden until expanded.
136
+
137
+
- You can use **Markdown** inside
138
+
- Lists, code blocks, images all work
139
+
- Even multiple paragraphs
140
+
141
+
</details>
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
TODO move this to FAQ ???
150
+
151
+
105
152
### __Install 7-zip__
106
153
7-zip is a file compression tool that works much faster than your native Windows tools.
107
154
@@ -110,11 +157,7 @@ This allows your computer to recognize and program your ESP32 when you plug it i
110
157
3. Launch 7-zip
111
158
112
159
### __Install Preconfigured VS Code__
113
-
VS Code is an easily customizable IDE with many extensions and a large community. The preconfigured version you will download will already have the ESP-IDF extension installed for convenience.
114
-
115
-
{: .highlight}
116
-
Do this even if you already have VS Code to minimize environment setup issues. Installing the ESP-IDF extension normally may result in unecessary debugging.
117
-
{: .callout-red}
160
+
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
118
161
119
162
1. Download [zip folder from Box (~3.1 GB)](https://utexas.box.com/shared/static/0f8jo5nuhbsmefy4jkklvslvlj38f2bz.zip)
120
163
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)
@@ -129,6 +172,22 @@ This **will** take a while if you don't use 7-zip
129
172
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