Files
esp-rainmaker/.gitmodules
Piyush Shah 31d4b375e3 esp_rmaker: Moved out some generic modules from esp_rainmaker component
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.
2021-02-03 15:30:55 +05:30

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