Skip to content

Commit

Permalink
Add more details for Windows ESP32 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rechrtb committed Feb 10, 2023
1 parent f374383 commit 9390d0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ Afterwards, import this project in the `Import New Project` step.

#### **Terminal (Windows/macOS/Linux)**

1. Setup ESP-IDF (use `dwss_support` branch) according to your platform: [Linux/macOS](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html), [Windows](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup.html).
1. Setup ESP-IDF according to your platform: [Linux/macOS](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html), [Windows](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup.html). Use the Duet3D [esp-idf](https://github.com/Duet3D/esp-idf.git), `dwss_support` branch:
```
git clone --branch dwss_support --recursive https://github.com/Duet3D/esp-idf.git
```
On Windows, choose "`Use an existing ESP-IDF repository`" in the installation wizard, and point it to the resulting clone directory.

2. Navigate to the WiFiSocketServerRTOS directory and execute the following command. Once the build finishes, `DuetWiFiServer.bin` will be in the `build` directory.

Expand Down

0 comments on commit 9390d0c

Please sign in to comment.