mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 10:25:28 +00:00
The following are now part of a separate repo (and included as git submodule): - MQTT glue layer - Work Queue - Utilities (reset, reboot, time sync, timezone, etc.) - Factory Storage Even CLI is now a part of a seperate repo, included here as a git submodule.
13 lines
454 B
Plaintext
13 lines
454 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
|
|
[submodule "components/rmaker_common"]
|
|
path = components/rmaker_common
|
|
url = ../esp-rainmaker-common.git
|
|
[submodule "cli"]
|
|
path = cli
|
|
url = ../esp-rainmaker-cli.git
|