Skip to content

Commit 42c1d58

Browse files
authored
Update windows.md
Fix formatting and numbering
1 parent ee4a825 commit 42c1d58

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

doc/windows.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
## Steps to install Arduino ESP32 support on Windows
22
### Tested on 32 and 64 bit Windows 10 machines
33

4-
1. Download and install latest Arduino Windows Installer from [arduino.cc](https://www.arduino.cc/en/Main/Software)
5-
2. Download ```Windows x86 MSI installer``` or ```Windows x86-64 MSI installer``` from [python.org](https://www.python.org/downloads/release/python-2712/)
6-
When installing:
4+
1. Download and install the latest Arduino IDE ```Windows Installer``` from [arduino.cc](https://www.arduino.cc/en/Main/Software)
5+
2. Download ```Windows x86 MSI installer``` or ```Windows x86-64 MSI installer``` from [python.org](https://www.python.org/downloads/release/python-2712/). When installing:
76
- Install for all users
87
- In ```Customize Python 2.7.X``` page, make sure you enable the last option: ```Add python.exe to Path```
9-
![Python](python-install.png)
8+
![Python](python-install.png)
109
3. Download and install Git from [git-scm.com](https://git-scm.com/download/win)
1110
4. Start ```Git Bash``` as Administrator and execute the following command
12-
```bash
13-
python -m pip install --upgrade pip && \
14-
pip install pyserial
15-
```
16-
![Git Bash As Admin](gitbash-admin-start.png)
17-
![Git Bash Admin CMD](gitbash-admin.png)
1811

12+
```bash
13+
python -m pip install --upgrade pip && \
14+
pip install pyserial
15+
```
16+
![Git Bash As Admin](gitbash-admin-start.png)
17+
![Git Bash Admin CMD](gitbash-admin.png)
1918
5. Start ```Git Bash``` normally and execute the following command
20-
```bash
21-
mkdir -p ~/Documents/Arduino/hardware/espressif && \
22-
cd ~/Documents/Arduino/hardware/espressif && \
23-
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
24-
cd esp32/tools/ && \
25-
python get.py
26-
```
27-
![Git Bash User CMD](gitbash-user.png)
28-
19+
20+
```bash
21+
mkdir -p ~/Documents/Arduino/hardware/espressif && \
22+
cd ~/Documents/Arduino/hardware/espressif && \
23+
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
24+
cd esp32/tools/ && \
25+
python get.py
26+
```
27+
![Git Bash User CMD](gitbash-user.png)
2928
6. Plug your ESP32 board and wait for the drivers to install (or install manually any that might be required)
3029
7. Start Arduino IDE
3130
8. Select your board in ```Tools > Board``` menu
3231
9. Select the COM port that the board is attached to
33-
10. Compile and upload
34-
![Arduino IDE Example](arduino-ide.png)
32+
10. Compile and upload (You might need to hold the boot button while uploading)
33+
34+
![Arduino IDE Example](arduino-ide.png)

0 commit comments

Comments
 (0)