Browse Source

update readme

master
Simon Schmidt 2 years ago
parent
commit
d6f35b82be
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      README.md

+ 3
- 2
README.md View File

@@ -19,12 +19,13 @@

5. Create [platformio.ini](platformio.ini) from [templ_platformio_ini](templ_platformio_ini)

```bash
```sh
$ cp templ_platformio_ini platformio.ini
```

6. __Uploading new firmware__
```bash

```sh
# upload program via ota
$ pio run -t upload
# upload file system via ota

Loading…
Cancel
Save