Skip to content

Commit a9ce8df

Browse files
jimmodpgeorge
authored andcommitted
esp32: Move to IDF 4.0 release version.
1 parent 4adcaa4 commit a9ce8df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ports/esp32/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ SDKCONFIG_COMBINED = $(BUILD)/sdkconfig.combined
5252
SDKCONFIG_H = $(BUILD)/sdkconfig.h
5353

5454
# The git hash of the currently supported ESP IDF version.
55-
# These correspond to v3.3.1 and v4.0-beta1.
55+
# These correspond to v3.3.1 and v4.0.
5656
ESPIDF_SUPHASH_V3 := 143d26aa49df524e10fb8e41a71d12e731b9b71d
57-
ESPIDF_SUPHASH_V4 := 310beae373446ceb9a4ad9b36b5428d7fdf2705f
57+
ESPIDF_SUPHASH_V4 := 463a9d8b7f9af8205222b80707f9bdbba7c530e1
5858

5959
define print_supported_git_hash
6060
$(info Supported git hash (v3.3): $(ESPIDF_SUPHASH_V3))
61-
$(info Supported git hash (v4.0-beta1) (experimental): $(ESPIDF_SUPHASH_V4))
61+
$(info Supported git hash (v4.0) (experimental): $(ESPIDF_SUPHASH_V4))
6262
endef
6363

6464
# paths to ESP IDF and its components

0 commit comments

Comments
 (0)