We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93c9ef commit 6fe6867Copy full SHA for 6fe6867
Makefile
@@ -9,7 +9,7 @@ THIS_DIR:=$(abspath $(dir $(lastword $(MAKEFILE_LIST))))
9
IDF_PATH=$(THIS_DIR)/sdk/esp32-esp-idf
10
11
TOOLCHAIN_RELEASES_BASEURL:=https://github.com/jmattsson/esp-toolchains/releases/
12
-TOOLCHAIN_VERSION:=20190731.0
+TOOLCHAIN_VERSION:=20181106.1
13
PLATFORM:=linux-$(shell uname --machine)
14
15
ESP32_BIN:=$(THIS_DIR)/tools/toolchains/esp32-$(PLATFORM)-$(TOOLCHAIN_VERSION)/bin
0 commit comments