Skip to content

Commit

Permalink
esp32s2: Update esp-idf submodule to include fix for adafruit#3424
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jepler committed Nov 14, 2020
1 parent 9169878 commit 231e3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ports/esp32s2/esp-idf

0 comments on commit 231e3d3

Please sign in to comment.