Skip to content

Commit

Permalink
Merge pull request #34 from wizzdev-pl/WI21-143_README_update
Browse files Browse the repository at this point in the history
WI21-143 Updated Blynk dashboard; fixed typo; Specified python version
  • Loading branch information
patryk-belka-wizzdev authored Sep 8, 2021
2 parents f04eedc + a323f58 commit 42b39a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified Blynk/Blynk_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion MicroPython/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ After finding the correct port, execute:
```bash
python scripts/upload_all.py -p <port> -c <cloud> -s <sensor>
```
where \<cloud\> is your chosen cloud service provider (KAA, AWS, THINGSBOARD or Blynk).<br>
where \<cloud\> is your chosen cloud service provider (KAA, AWS, THINGSBOARD or BLYNK).<br>
where \<sensor\> is your currently used sensor (DHT11, DHT22 or BME280). Defaults to DHT22.<br>
After flashing the board please reset it using button EN button.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sudo dnf install git wget bison gperf python python-pip python3-virtualenv pytho
* Windows:

- install [git](https://git-scm.com/downloads)
- install [python](https://www.python.org/downloads/windows/) (3.6 / 3.7) with pip and virtualenv - no need to install if you've chosen anaconda-python
- install [python](https://www.python.org/downloads/windows/) (**3.7 version is required!**) with pip and virtualenv - no need to install if you've chosen anaconda-python
- install drivers for ESP32 from this [link](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers) - make sure to select Universal Windows Driver


Expand Down

0 comments on commit 42b39a5

Please sign in to comment.