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 76d93a3 commit cf9966cCopy full SHA for cf9966c
esp32/Makefile
@@ -38,7 +38,7 @@ ESPCOMP = $(ESPIDF)/components
38
ESPTOOL ?= $(ESPCOMP)/esptool_py/esptool/esptool.py
39
40
# verify the ESP IDF version
41
-ESPIDF_SUPHASH := 8b274cd5a5d193a82b49aef384c303b105eda700
+ESPIDF_SUPHASH := 0d4b691a3fbf01061a5a06ca03db08b15e462e67
42
ESPIDF_CURHASH := $(shell git -C $(ESPIDF) show -s --pretty=format:'%H')
43
ifneq ($(ESPIDF_CURHASH),$(ESPIDF_SUPHASH))
44
$(info ** WARNING **)
0 commit comments