We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d923d6 commit 0c20603Copy full SHA for 0c20603
README.md
@@ -47,6 +47,9 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
47
```bash
48
sudo usermod -a -G dialout $USER && \
49
sudo apt-get install git && \
50
+ wget https://bootstrap.pypa.io/get-pip.py && \
51
+ sudo python get-pip.py && \
52
+ sudo pip install pyserial && \
53
mkdir -p ~/Arduino/hardware/espressif && \
54
cd ~/Arduino/hardware/espressif && \
55
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
0 commit comments