From ac85566719fb259fafec80f86952e712cfb669c7 Mon Sep 17 00:00:00 2001 From: JohnyCilohokla Date: Sat, 7 May 2022 19:47:16 +0100 Subject: [PATCH] Fixed git clone URL and updated platformio.ini instructions --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b585c8b..8b74948 100644 --- a/README.md +++ b/README.md @@ -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"'