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 095570f commit 975df68Copy full SHA for 975df68
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 := 0865819cf9de5e7e7a032003db121cc801a3addd
+ESPIDF_SUPHASH := 0a678ebe8c8bb78053f2a2dc4bd26124adde9122
33
ESPIDF_CURHASH := $(shell git -C $(ESPIDF) show --pretty=format:'%H')
34
ifneq ($(ESPIDF_CURHASH),$(ESPIDF_SUPHASH))
35
$(info ** WARNING **)
esp32/sdkconfig.h
@@ -41,6 +41,7 @@
41
42
#define CONFIG_SECURE_BOOTLOADER_DISABLED 1
43
#define CONFIG_NEWLIB_STDOUT_ADDCR 1
44
+#define CONFIG_PHY_ENABLED 1
45
#define CONFIG_WIFI_ENABLED 1
46
#define CONFIG_OPTIMIZATION_LEVEL_DEBUG 1
47
#define CONFIG_MEMMAP_SMP 1
0 commit comments