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 a3fd435 commit 747cbbcCopy full SHA for 747cbbc
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 := 47b8f78cb0e15fa43647788a808dac353167a485
+ESPIDF_SUPHASH := 375b28650bd1c90d6ac706f63cde9a64d9a7e3e5
33
ESPIDF_CURHASH := $(shell git -C $(ESPIDF) show -s --pretty=format:'%H')
34
ifneq ($(ESPIDF_CURHASH),$(ESPIDF_SUPHASH))
35
$(info ** WARNING **)
0 commit comments