diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-11-14 10:16:39 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-11-14 10:16:39 -0600 |
| commit | 231e3d362dae1988d5103b1042957ae793599d8b (patch) | |
| tree | f2df4f5f8bf55f498fb375e136a8f994a59e8fc7 | |
| parent | 9169878ebbeab3fc62785b9bf753499ad9033321 (diff) | |
esp32s2: Update esp-idf submodule to include fix for #3424
This re-points the submodule to my personal fork of esp-idf.
Users may need to `git submodule sync` in their existing trees when
this change occurs.
Adds just the following commit in esp-idf:
> esp_crt_bundle: Allow verify_callback to correct BADCERT_BAD_MD
| -rw-r--r-- | .gitmodules | 2 | ||||
| m--------- | ports/esp32s2/esp-idf | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index f66ce8aaf..aaa66caf7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -152,4 +152,4 @@ url = https://github.com/adafruit/Adafruit_CircuitPython_RFM69.git [submodule "ports/esp32s2/esp-idf"] path = ports/esp32s2/esp-idf - url = https://github.com/espressif/esp-idf.git + url = https://github.com/jepler/esp-idf.git diff --git a/ports/esp32s2/esp-idf b/ports/esp32s2/esp-idf -Subproject 8bc19ba893e5544d571a753d82b44a84799b94b +Subproject d06744f5efc382c61cbad8758107cec308feef0 |
