Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Update sming and esptool #32

Merged
merged 2 commits into from
Mar 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contrib/build-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENV SDK_BASE $SMING_HOME/third-party/ESP8266_NONOS_SDK
# Install esptool
RUN git clone --recursive https://github.com/themadinventor/esptool.git /home/builder/esptool \
&& cd /home/builder/esptool \
&& git reset --hard a532bc42573861779b39b989c333e1b5bcc723ed
&& git reset --hard ee00d8421353f43671e84c80cfbd465c33eee77d

ENV PATH /home/builder/esptool:$PATH

Expand All @@ -54,7 +54,7 @@ ENV PATH /home/builder/esptool2:$PATH
# Install sming
RUN git clone https://github.com/SmingHub/Sming.git /home/builder/Sming \
&& cd /home/builder/Sming \
&& git reset --hard 4a0fec18235521e4369d111f111c2624fbd3203b \
&& git reset --hard 31828f0d846b58f2e764c8985c085fc69cc1439f \
&& cd /home/builder/Sming/Sming; make clean; make

ENV COM_PORT /dev/ttyESP
Expand Down