diff options
author | Braden Mars <bradenmars@bradenmars.me> | 2019-09-07 01:28:11 -0500 |
---|---|---|
committer | Braden Mars <bradenmars@bradenmars.me> | 2019-09-07 01:28:11 -0500 |
commit | 5641aa55dddbdf312a1e8dbb8c3936115683840a (patch) | |
tree | 7b9663cdd1a99754c87cce643ffdf75ac4580f95 | |
parent | c69f58e6b97b954d06734797f06feeab4e510855 (diff) |
esp32: Update to use ESP IDF v3.3
Includes patches for CVE-2019-12586 & CVE-2019-12587
-rw-r--r-- | ports/esp32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/Makefile b/ports/esp32/Makefile index cf1b24bfc..1e0298452 100644 --- a/ports/esp32/Makefile +++ b/ports/esp32/Makefile @@ -49,7 +49,7 @@ SDKCONFIG_COMBINED = $(BUILD)/sdkconfig.combined SDKCONFIG_H = $(BUILD)/sdkconfig.h # the git hash of the currently supported ESP IDF version -ESPIDF_SUPHASH := 6b3da6b1882f3b72e904cc90be67e9c4e3f369a9 +ESPIDF_SUPHASH := 6ccb4cf5b7d1fdddb8c2492f9cbc926abaf230df # paths to ESP IDF and its components ifeq ($(ESPIDF),) |