Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit bda8e5f

Browse files
committed
Update Makefile as per pycom-esp-idf commit: "Enable Bluetooth modem sleep"
1 parent 920d1c5 commit bda8e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ifeq ($(wildcard boards/$(BOARD)/.),)
1414
$(error Invalid BOARD specified)
1515
endif
1616

17-
IDF_HASH=aadf353
17+
IDF_HASH=ee1b0c9
1818
XTENSA_VERSION = "2020r3"
1919

2020
TARGET ?= boot_app

0 commit comments

Comments
 (0)