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 2c8d292 commit 06b89b7Copy full SHA for 06b89b7
esp32/Makefile
@@ -29,7 +29,7 @@ ESPCOMP = $(ESPIDF)/components
29
ESPTOOL ?= $(ESPCOMP)/esptool_py/esptool/esptool.py
30
31
# verify the ESP IDF version
32
-ESPIDF_SUPHASH := e7db29b2a8355d3e63b1c28b47b3206988b15cf1
+ESPIDF_SUPHASH := cc93e14770e7b3681ebc80b30336e498cc96e961
33
ESPIDF_CURHASH := $(shell git -C $(ESPIDF) show -s --pretty=format:'%H')
34
ifneq ($(ESPIDF_CURHASH),$(ESPIDF_SUPHASH))
35
$(info ** WARNING **)
0 commit comments