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 71d3996 commit bdffd52Copy full SHA for bdffd52
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 := 4d1fe7d946c64e7dad368a06cb014380083a935d
+ESPIDF_SUPHASH := b13a2187db5580756265a067c1b9192afc489c5f
42
ESPIDF_CURHASH := $(shell git -C $(ESPIDF) show -s --pretty=format:'%H')
43
ifneq ($(ESPIDF_CURHASH),$(ESPIDF_SUPHASH))
44
$(info ** WARNING **)
0 commit comments