Skip to content

Commit

Permalink
Upgrade toolchains (#2869)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Aug 1, 2019
1 parent b5146f8 commit 7ad6bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ THIS_MK_FILE:=$(notdir $(lastword $(MAKEFILE_LIST)))
THIS_DIR:=$(abspath $(dir $(lastword $(MAKEFILE_LIST))))
IDF_PATH=$(THIS_DIR)/sdk/esp32-esp-idf

TOOLCHAIN_VERSION:=20181106.0
TOOLCHAIN_VERSION:=20181106.1
PLATFORM:=linux-x86_64

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

0 comments on commit 7ad6bc1

Please sign in to comment.