Skip to content

Commit

Permalink
Add mongoose to published sjs
Browse files Browse the repository at this point in the history
    PUBLISHED_FROM=525e1bde03a853e9d5157d20e2afdf5fffbb7316
  • Loading branch information
cpq committed Sep 27, 2015
1 parent fdf39ad commit cc18d18
Show file tree
Hide file tree
Showing 3 changed files with 10,706 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platforms/esp8266/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

cd $(dirname $0)

if [ "$1" = "RTOS" ]; then
if [ "$1" = "OSS" ]; then
shift
SDK=$(cat sdk.version)
else
SDK=$(cat oss_sdk.version)
else
SDK=$(cat sdk.version)
fi

V7DIR=$(dirname $(dirname $PWD))
Expand Down
Loading

0 comments on commit cc18d18

Please sign in to comment.