Skip to content

Commit

Permalink
Update readme with target dependent firmware upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bbacskay committed May 4, 2020
1 parent 0559f7b commit 761293c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,15 @@ light:
```shell
# Download/Install project libraries
> platformio lib install

# Build project
> platformio run

# Upload firmware
> platformio run --target upload
# Upload firmware to NodeMCU 1.0
> platformio run -e nodemcuv2 --target upload

# Upload firmware to DOIT ESP32 DEVKIT V1
> platformio run -e esp32doit-devkit-v1 --target upload

# Clean build files
> platformio run --target clean
Expand Down

0 comments on commit 761293c

Please sign in to comment.