Skip to content

Commit

Permalink
fix: modify arduinojson to use our fork
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmikeo authored May 16, 2022
1 parent 09c3098 commit cfdce39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cpp-crypto/cmake/extern/ArduinoJson.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include(ExternalProject)
# ------------------------------------------------------------------------------

ExternalProject_Add(ArduinoJson
GIT_REPOSITORY https://github.com/bblanchon/ArduinoJson
GIT_REPOSITORY https://github.com/district53/ArduinoJson
GIT_TAG v6.19.4
GIT_CONFIG advice.detachedHead=false
SOURCE_DIR "${EXTERNAL_LIBRARY_DIR}/arduinojson/src"
Expand Down

0 comments on commit cfdce39

Please sign in to comment.