Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,11 @@ voice_esp32_enable
Return to your PC and clone this repository:

```bash
git clone https://github.com/hpsaturn/matrixvoice_platformio.git
git clone https://github.com/matrix-io/esp32-platformio.git
cd matrixvoice_platformio
```
Copy `platformio.ini` sample and change your network parameters:
```bash
cp platformio.ini.sample platformio.ini
```
**NOTE:** plase change `platformio.ini` and set your `SSID` and `PASSW` like this:
Update `platformio.ini` with your network parameters:
**NOTE:** plase set your `SSID` and `PASSW` like this:

```python
'-DWIFI_SSID="MyWifiSsid"'
Expand Down