Skip to content

Commit

Permalink
Upgrade SDK to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Sep 18, 2020
1 parent 9d74cd5 commit b63d0a4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ else ifeq ("$(RELEASE)","master")
SDK_ZIP_ROOT := ESP8266_NONOS_SDK-$(SDK_VER)
SDK_FILE_VER := $(SDK_VER)
else
# SDK_VER := 3.0
# SDK_FILE_VER := v$(SDK_VER)
SDK_FILE_VER := e4434aa730e78c63040ace360493aef420ec267c
SDK_VER := 3.0-e4434aa
SDK_FILE_SHA1 := ac6528a6a206d3d4c220e4035ced423eb314cfbf
SDK_ZIP_ROOT := ESP8266_NONOS_SDK-$(SDK_FILE_VER)
SDK_VER := 3.0.4
SDK_FILE_SHA1 := 24c702348ee5b9ae3ae640c1aead60c97768c881
SDK_ZIP_ROOT := ESP8266_NONOS_SDK-$(SDK_VER)
SDK_FILE_VER := v$(SDK_VER)
endif
SDK_REL_DIR := sdk/esp_iot_sdk_v$(SDK_VER)
SDK_DIR := $(TOP_DIR)/$(SDK_REL_DIR)
Expand Down

0 comments on commit b63d0a4

Please sign in to comment.