Supported Targets | DShanMCU-Mio |
---|
English | 中文
- [Add esp-100ask-components](#Add esp-100ask-components)
- Documentation
esp-100ask-components
has been embedded in the esp-100ask-examples repository maintained by 100ask as a submodule. It can be compiled and used directly according to the document without manually adding it to the components directory of its own project.
Run
idf.py menuconfig
before compiling and then configure each component in(Top) → Component config → 100ASK components
.
Method of manually adding to the components directory of your own project:
- clone the esp-100ask-components :
cd components
git clone https://github.com/100askTeam/esp-100ask-components.git
git submodule update --init --recursive
- Run
idf.py menuconfig
before compiling and then configure each component in(Top) → Component config → 100ASK components
.