Update README.md

pull/15/head
Paweł Jałocha 2020-04-19 22:21:48 +01:00 zatwierdzone przez GitHub
rodzic ea5a714795
commit 28d538bf5f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,11 @@ git clone -b v4.0 --recursive https://github.com/espressif/esp-idf.git
```
then run *install.sh* and *export.sh* so you are ready to run *make* in the project directory.
If you are doing this on a Raspberry PI you may need this trick to install the ESP-IDF
```
pip install --upgrade virtualenv==16.7.9
```
If you want to use the OLED display with the U8g2 library you need to install it from the project directory:
```