Skip to content

Commit f93c9ef

Browse files
authored
Bump toolchain to 20190731.0
1 parent f4887bf commit f93c9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ THIS_DIR:=$(abspath $(dir $(lastword $(MAKEFILE_LIST))))
99
IDF_PATH=$(THIS_DIR)/sdk/esp32-esp-idf
1010

1111
TOOLCHAIN_RELEASES_BASEURL:=https://github.com/jmattsson/esp-toolchains/releases/
12-
TOOLCHAIN_VERSION:=20181106.1
12+
TOOLCHAIN_VERSION:=20190731.0
1313
PLATFORM:=linux-$(shell uname --machine)
1414

1515
ESP32_BIN:=$(THIS_DIR)/tools/toolchains/esp32-$(PLATFORM)-$(TOOLCHAIN_VERSION)/bin

0 commit comments

Comments
 (0)