Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 465 Bytes

File metadata and controls

17 lines (14 loc) · 465 Bytes

dec4iot

Downloading this project

To clone this project with submodules:

git clone --recursive https://github.com/dec112/dec4iot

To clone this project without submodules:

git clone https://github.com/dec112/dec4iot

This command will only download the ESP32 Code. If you cloned the project without --recursive and still want to download the submodules run the following command:

git submodule update --init --recursive