Skip to content

Commit 975df68

Browse files
committed
esp32: Update to latest ESP IDF.
Only minor changes. Main thing is that esptool.py is now compatible with Python 3.
1 parent 095570f commit 975df68

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

esp32/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ESPCOMP = $(ESPIDF)/components
2929
ESPTOOL ?= $(ESPCOMP)/esptool_py/esptool/esptool.py
3030

3131
# verify the ESP IDF version
32-
ESPIDF_SUPHASH := 0865819cf9de5e7e7a032003db121cc801a3addd
32+
ESPIDF_SUPHASH := 0a678ebe8c8bb78053f2a2dc4bd26124adde9122
3333
ESPIDF_CURHASH := $(shell git -C $(ESPIDF) show --pretty=format:'%H')
3434
ifneq ($(ESPIDF_CURHASH),$(ESPIDF_SUPHASH))
3535
$(info ** WARNING **)

esp32/sdkconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
#define CONFIG_SECURE_BOOTLOADER_DISABLED 1
4343
#define CONFIG_NEWLIB_STDOUT_ADDCR 1
44+
#define CONFIG_PHY_ENABLED 1
4445
#define CONFIG_WIFI_ENABLED 1
4546
#define CONFIG_OPTIMIZATION_LEVEL_DEBUG 1
4647
#define CONFIG_MEMMAP_SMP 1

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy