File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
3333 curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py && \
3434 sudo python get-pip.py && \
3535 sudo pip install pyserial && \
36+ sudo pip install requests && \
3637 mkdir -p ~ /Documents/Arduino/hardware/espressif && \
3738 cd ~ /Documents/Arduino/hardware/espressif && \
3839 git clone https://github.com/espressif/arduino-esp32.git esp32 && \
@@ -51,6 +52,7 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
5152 wget https://bootstrap.pypa.io/get-pip.py && \
5253 sudo python get-pip.py && \
5354 sudo pip install pyserial && \
55+ sudo pip install requests && \
5456 mkdir -p ~ /Arduino/hardware/espressif && \
5557 cd ~ /Arduino/hardware/espressif && \
5658 git clone https://github.com/espressif/arduino-esp32.git esp32 && \
You can’t perform that action at this time.
0 commit comments