fix/134-testing-issues #27
@@ -31,13 +31,14 @@ Configure the component through menuconfig under "Relay Channel Driver Configura
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Copy the component to your project's components directory
|
Just add it as a custom dependency to your project's `idf_component.yml`:
|
||||||
2. Add dependency to your project's `idf_component.yml`:
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
|
# Add as a custom component from git repository
|
||||||
relay_chn:
|
relay_chn:
|
||||||
version: "^0.1.0"
|
git: https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn.git
|
||||||
|
version: '>=0.4.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user