Skip to content

Commit

Permalink
Merge pull request #2 from mmaret-geny/patch-1
Browse files Browse the repository at this point in the history
Simplify SDK_VERSION usage
  • Loading branch information
T-vK authored Oct 24, 2016
2 parents 1ebe038 + 1261e1e commit 6c8f760
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
# change and optionally download the specified SDK version.
# if none specified use 1.5.3
cd ~/esp-open-sdk
if [ -z "$SDK_VERSION" ]; then
make VENDOR_SDK=$SDK_VERSION
else
make VENDOR_SDK=1.5.3
fi
make VENDOR_SDK=${SDK_VERSION:-1.5.3}

# change dir to the directory that is linked with the project that is going to be compiled or flashed
cd ~/shared_project
Expand Down

0 comments on commit 6c8f760

Please sign in to comment.