Files
esp-rainmaker/.gitmodules
Piyush Shah 7a13a9d545 json: Use upstream json_generator and json_parser as submodules
The JSON generator and JSON parser being used in ESP RainMaker were
taken from third party repos. In order to ensure that they are
better in sync with the upstream repos, they have now been included
as submodules.

Please run `git submodule update --init --recursive` once to pull in
these submodules.
2020-10-16 21:52:31 +05:30

7 lines
285 B
Plaintext

[submodule "components/json_parser/upstream"]
path = components/json_parser/upstream
url = https://github.com/espressif/json_parser.git
[submodule "components/json_generator/upstream"]
path = components/json_generator/upstream
url = https://github.com/espressif/json_generator.git