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 f4bab05 commit 3880413Copy full SHA for 3880413
esp32/Makefile
@@ -32,7 +32,7 @@ ESPTOOL ?= $(ESPCOMP)/esptool_py/esptool/esptool.py
32
BADGE = $(IDF_PATH)/..
33
34
# verify the ESP IDF version
35
-ESPIDF_SUPHASH := f2f337f6df006ed4e820d06f38a662c16df8c1a4
+ESPIDF_SUPHASH := ff86defb82fecef9d21b4f3fcf72b5be2881ec2d
36
ESPIDF_CURHASH := $(shell git -C $(ESPIDF) show -s --pretty=format:'%H')
37
ifneq ($(ESPIDF_CURHASH),$(ESPIDF_SUPHASH))
38
$(info ** WARNING **)
0 commit comments