Bump toolchain to 20190731.0
This commit is contained in:
parent
f4887bf134
commit
f93c9efa09
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ THIS_DIR:=$(abspath $(dir $(lastword $(MAKEFILE_LIST))))
|
|||
IDF_PATH=$(THIS_DIR)/sdk/esp32-esp-idf
|
||||
|
||||
TOOLCHAIN_RELEASES_BASEURL:=https://github.com/jmattsson/esp-toolchains/releases/
|
||||
TOOLCHAIN_VERSION:=20181106.1
|
||||
TOOLCHAIN_VERSION:=20190731.0
|
||||
PLATFORM:=linux-$(shell uname --machine)
|
||||
|
||||
ESP32_BIN:=$(THIS_DIR)/tools/toolchains/esp32-$(PLATFORM)-$(TOOLCHAIN_VERSION)/bin
|
||||
|
|
Loading…
Reference in New Issue